fixing website links to streaming tutorial_2 for python and rust (#460)

This commit is contained in:
Daniele 2024-08-19 09:49:17 +02:00 committed by GitHub
parent 7e07f2a1dc
commit 9031693daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Code examples are executed via `python3`:
python3 send.py
python3 receive.py
[Tutorial two: "Offset tracking"]():
[Tutorial two: "Offset tracking"](https://www.rabbitmq.com/tutorials/tutorial-two-python-stream):
python3 offset_tracking_send.py
python3 offset_tracking_receive.py

View File

@ -21,7 +21,7 @@ Each cargo command should be launched in a separate shell.
cargo run --bin receive
cargo run --bin send
#### [Tutorial one: "Offset tracking!"](https://www.rabbitmq.com/tutorials/tutorial-one-rust-stream.html)
#### [Tutorial one: "Offset tracking!"](https://www.rabbitmq.com/tutorials/tutorial-two-rust-stream.html)
cargo run --bin send_offset_tracking
cargo run --bin receive_offset_tracking