Skip to content

Commit 269ec5e

Browse files
committed
Fixed broken links to examples
1 parent eb6d789 commit 269ec5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Part 1 - Getting Started/3. Lifetime management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ values.onNext(1);
5959
subscription.unsubscribe();
6060
values.onNext(2);
6161
```
62-
[Output]/tests/java/itrx/chapter1/UnsubscribingExample.java)
62+
[Output](/tests/java/itrx/chapter1/UnsubscribingExample.java)
6363
```java
6464
0
6565
1
@@ -81,7 +81,7 @@ subscription1.unsubscribe();
8181
System.out.println("Unsubscribed first");
8282
values.onNext(2);
8383
```
84-
[Output]/tests/java/itrx/chapter1/UnsubscribingExample.java)
84+
[Output](/tests/java/itrx/chapter1/UnsubscribingExample.java)
8585
```
8686
First: 0
8787
Second: 0

0 commit comments

Comments
 (0)