Skip to content

Commit 9031693

Browse files
fixing website links to streaming tutorial_2 for python and rust (#460)
1 parent 7e07f2a commit 9031693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-stream/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Code examples are executed via `python3`:
2121
python3 send.py
2222
python3 receive.py
2323

24-
[Tutorial two: "Offset tracking"]():
24+
[Tutorial two: "Offset tracking"](https://www.rabbitmq.com/tutorials/tutorial-two-python-stream):
2525

2626
python3 offset_tracking_send.py
2727
python3 offset_tracking_receive.py

rust-stream/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Each cargo command should be launched in a separate shell.
2121
cargo run --bin receive
2222
cargo run --bin send
2323

24-
#### [Tutorial one: "Offset tracking!"](https://www.rabbitmq.com/tutorials/tutorial-one-rust-stream.html)
24+
#### [Tutorial one: "Offset tracking!"](https://www.rabbitmq.com/tutorials/tutorial-two-rust-stream.html)
2525

2626
cargo run --bin send_offset_tracking
2727
cargo run --bin receive_offset_tracking

0 commit comments

Comments
 (0)