Skip to content

Commit 085d250

Browse files
committed
Update docs nav
1 parent 661a6f3 commit 085d250

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation~/articles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The **Math Utils** package provides extensions and utilities for working with nu
2424

2525
#### 🔢 [Input Processors](/manual/processors)
2626

27-
#### 🎲 [Random Values](/manual/random)
27+
#### 🎲 [Random Numbers](/manual/random)
2828

2929
#### 💯 [Number Abbreviations](/manual/abbreviations)
3030

Documentation~/data/sidenav.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"path": "/manual/processors"
2929
},
3030
{
31-
"name": "Random Chance",
32-
"path": "/manual/chance"
31+
"name": "Random Numbers",
32+
"path": "/manual/random"
3333
},
3434
{
3535
"name": "Number Abbreviations",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The **Math Utils** package provides extensions and utilities for working with nu
77
## Reference
88

99
- [Input Processors](https://docs.zigurous.com/com.zigurous.math/manual/processors)
10-
- [Random Values](https://docs.zigurous.com/com.zigurous.math/manual/random)
10+
- [Random Numbers](https://docs.zigurous.com/com.zigurous.math/manual/random)
1111
- [Number Abbreviations](https://docs.zigurous.com/com.zigurous.math/manual/abbreviations)
1212
- [Extension Methods](https://docs.zigurous.com/com.zigurous.math/manual/extensions)
1313

0 commit comments

Comments
 (0)