Skip to content

Commit 2c0d09d

Browse files
committed
Docs
1 parent e684e0c commit 2c0d09d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Find out more in the documentation available at [jox.softwaremill.com](https://j
1919

2020
## A tour of Jox
2121

22-
Selectable [channels](https://jox.softwaremill.com/channels.md):
22+
Selectable [channels](https://jox.softwaremill.com/latest/channels.html):
2323

2424
```
2525
var ch1 = Channel.<Integer>newBufferedDefaultChannel();
@@ -33,7 +33,7 @@ ch3.send(32);
3333
var received = select(ch1.receiveClause(), ch2.receiveClause(), ch3.receiveClause());
3434
```
3535

36-
A [flow](https://jox.softwaremill.com/flows.md) with time-based & parallel processing:
36+
A [flow](https://jox.softwaremill.com/latest/flows.html) with time-based & parallel processing:
3737

3838
```
3939
var nats =
@@ -51,7 +51,7 @@ Flows.range(1, 100, 1)
5151
.runForeach(System.out::println);
5252
```
5353

54-
[Sructured concurrency](https://jox.softwaremill.com/structured.md) scope:
54+
[Sructured concurrency](https://jox.softwaremill.com/latest/structured.html) scope:
5555

5656
```
5757
var result = supervised(scope -> {

0 commit comments

Comments
 (0)