Skip to content

Commit 1fd9260

Browse files
committed
fix name collisions problem occurring on mac/windows
1 parent 1c59c45 commit 1fd9260

18 files changed

Lines changed: 28 additions & 28 deletions

docs/reference/HALF_PI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ end
8484
## Related
8585

8686
* [angleMode()](angleMode.md)
87-
* [DEGREES](DEGREES.md)
87+
* [DEGREES](degrees-constant.md)
8888
* [TWO_PI](TWO_PI.md)
8989
* [PI](PI.md)
9090
* [QUARTER_PI](QUARTER_PI.md)
91-
* [RADIANS](RADIANS.md)
91+
* [RADIANS](radians-constant.md)
9292

9393

9494
---

docs/reference/PI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ end
8484
## Related
8585

8686
* [angleMode()](angleMode.md)
87-
* [DEGREES](DEGREES.md)
87+
* [DEGREES](degrees-constant.md)
8888
* [HALF_PI](HALF_PI.md)
8989
* [TWO_PI](TWO_PI.md)
9090
* [QUARTER_PI](QUARTER_PI.md)
91-
* [RADIANS](RADIANS.md)
91+
* [RADIANS](radians-constant.md)
9292

9393

9494
---

docs/reference/QUARTER_PI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ end
8484
## Related
8585

8686
* [angleMode()](angleMode.md)
87-
* [DEGREES](DEGREES.md)
87+
* [DEGREES](degrees-constant.md)
8888
* [HALF_PI](HALF_PI.md)
8989
* [PI](PI.md)
9090
* [TWO_PI](TWO_PI.md)
91-
* [RADIANS](RADIANS.md)
91+
* [RADIANS](radians-constant.md)
9292

9393

9494
---

docs/reference/TAU.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ end
8989
## Related
9090

9191
* [angleMode()](angleMode.md)
92-
* [DEGREES](DEGREES.md)
92+
* [DEGREES](degrees-constant.md)
9393
* [PI](PI.md)
9494
* [HALF_PI](HALF_PI.md)
9595
* [QUARTER_PI](QUARTER_PI.md)
96-
* [RADIANS](RADIANS.md)
96+
* [RADIANS](radians-constant.md)
9797

9898

9999
---

docs/reference/TWO_PI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ end
8989
## Related
9090

9191
* [angleMode()](angleMode.md)
92-
* [DEGREES](DEGREES.md)
92+
* [DEGREES](degrees-constant.md)
9393
* [PI](PI.md)
9494
* [HALF_PI](HALF_PI.md)
9595
* [QUARTER_PI](QUARTER_PI.md)
96-
* [RADIANS](RADIANS.md)
96+
* [RADIANS](radians-constant.md)
9797

9898

9999
---
File renamed without changes.
File renamed without changes.

docs/reference/byte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Number: converted byte value.
144144

145145
## Related
146146

147-
* [boolean()](boolean.md)
147+
* [boolean()](boolean-function.md)
148148
* [char()](char.md)
149149
* [float()](float.md)
150150
* [str()](str.md)

docs/reference/char.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ String: converted single-character string.
118118

119119
## Related
120120

121-
* [boolean()](boolean.md)
121+
* [boolean()](boolean-function.md)
122122
* [byte()](byte.md)
123123
* [float()](float.md)
124124
* [str()](str.md)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## DEGREES
1+
# DEGREES
22

33
A string constant that's used to set the [angleMode()](angleMode.md).
44

@@ -8,7 +8,7 @@ By default, functions such as [rotate()](rotate.md) and [sin()](sin.md) expect a
88

99
## Examples
1010

11-
![DEGREES example 1](assets/DEGREES1.webp)
11+
![DEGREES example 1](assets/degrees-constant1.webp)
1212

1313
```lua
1414
function setup()
@@ -37,7 +37,7 @@ end
3737
* [degrees()](degrees.md)
3838
* [ellipseMode()](ellipseMode.md)
3939
* [ellipse()](ellipse.md)
40-
* [RADIANS](RADIANS.md)
40+
* [RADIANS](radians-constant.md)
4141

4242

4343
---

0 commit comments

Comments
 (0)