Skip to content

Commit ec25c5e

Browse files
committed
Docs
1 parent ed29633 commit ec25c5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def computationR: Int = ???
103103
repeat(Schedule.fixedInterval(100.millis))(computationR)
104104
```
105105

106-
[Rate limit](https://ox.softwaremill.com/latest/scheduling/rate-limiter.html) computations:
106+
[Rate limit](https://ox.softwaremill.com/latest/utils/rate-limiter.html) computations:
107107

108108
```scala mdoc:compile-only
109109
supervised:

doc/tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def computationR: Int = ???
8080
repeat(Schedule.fixedInterval(100.millis))(computationR)
8181
```
8282

83-
[Rate limit](scheduling/rate-limiter.md) computations:
83+
[Rate limit](utils/rate-limiter.md) computations:
8484

8585
```scala mdoc:compile-only
8686
supervised:

generated-doc/out/tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def computationR: Int = ???
6767
repeat(Schedule.fixedInterval(100.millis))(computationR)
6868
```
6969

70-
[Rate limit](scheduling/rate-limiter.md) computations:
70+
[Rate limit](utils/rate-limiter.md) computations:
7171

7272
```scala
7373
supervised:

0 commit comments

Comments
 (0)