8000 Merge pull request #29 from xiankai/master · maamir/rabbitmq-tutorials@8fa90cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fa90cb

Browse files
Merge pull request rabbitmq#29 from xiankai/master
Corrected links to point to PHP tutorial
2 parents f47432f + 56c9983 commit 8fa90cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

php/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@ inside this project folder:
2121

2222
## Code
2323

24-
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):
24+
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-php.html):
2525

2626
php send.php
2727
php receive.php
2828

2929

30-
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-python.html):
30+
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-php.html):
3131

3232
php new_task.php "A very hard task which takes two seconds.."
3333
php worker.php
3434

3535

36-
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html)
36+
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-php.html)
3737

3838
php receive_logs.php
3939 8000
php emit_log.php "info: This is the log message"
4040

41-
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html):
41+
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-php.html):
4242

4343
php receive_logs_direct.php info
4444
php emit_log_direct.php info "The message"
4545

4646

47-
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html):
47+
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-php.html):
4848

4949
php receive_logs_topic.php "*.rabbit"
5050
php emit_log_topic.php red.rabbit Hello
5151

52-
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html):
52+
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-php.html):
5353

5454
php rpc_server.php
5555
php rpc_client.php

0 commit comments

Comments
 (0)
0