Skip to content

Commit 300c657

Browse files
Closes #285
1 parent 8df4366 commit 300c657

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

python/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@ You may first need to run
1818

1919
## Code
2020

21-
[Tutorial one: "Hello World!"](https://www.rabbitmq.com/tutorial-one-python.html):
21+
[Tutorial one: "Hello World!"](https://www.rabbitmq.com/tutorials/tutorial-one-python.html):
2222

2323
python send.py
2424
python receive.py
2525

2626

27-
[Tutorial two: Work Queues](https://www.rabbitmq.com/tutorial-two-python.html):
27+
[Tutorial two: Work Queues](https://www.rabbitmq.com/tutorials/tutorial-two-python.html):
2828

2929
python new_task.py "A very hard task which takes two seconds.."
3030
python worker.py
3131

3232

33-
[Tutorial three: Publish/Subscribe](https://www.rabbitmq.com/tutorial-three-python.html):
33+
[Tutorial three: Publish/Subscribe](https://www.rabbitmq.com/tutorials/tutorial-three-python.html):
3434

3535
python receive_logs.py
3636
python emit_log.py "info: This is the log message"
3737

3838

39-
[Tutorial four: Routing](https://www.rabbitmq.com/tutorial-four-python.html):
39+
[Tutorial four: Routing](https://www.rabbitmq.com/tutorials/tutorial-four-python.html):
4040

4141
python receive_logs_direct.py info
4242
python emit_log_direct.py info "The message"
4343

4444

45-
[Tutorial five: Topics](https://www.rabbitmq.com/tutorial-five-python.html):
45+
[Tutorial five: Topics](https://www.rabbitmq.com/tutorials/tutorial-five-python.html):
4646

4747
python receive_logs_topic.py "*.rabbit"
4848
python emit_log_topic.py red.rabbit Hello
4949

5050

51-
[Tutorial six: RPC](https://www.rabbitmq.com/tutorial-six-python.html):
51+
[Tutorial six: RPC](https://www.rabbitmq.com/tutorials/tutorial-six-python.html):
5252

5353
python rpc_server.py
5454
python rpc_client.py

0 commit comments

Comments
 (0)