Skip to content

Commit c9bb924

Browse files
author
Jakub Šťastný
committed
Ups, fixed links, there shan't be any Ruby-specific links.
1 parent f92211d commit c9bb924

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: ruby/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8 (currentl
1010

1111
## Code
1212

13-
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-ruby.html):
13+
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):
1414

1515
ruby send.rb
1616
ruby receive.rb
1717

18-
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-ruby.html):
18+
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-python.html):
1919

2020
ruby new_task.rb
2121
ruby worker.rb
2222

23-
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-ruby.html)
23+
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html)
2424

2525
ruby receive_logs.rb
2626
ruby emit_log.rb
2727

28-
To learn more, visit [Ruby AMQP gem documentation](http://bit.ly/mDm1JE) site.
28+
To learn more, visit [Ruby AMQP gem documentation](http://bit.ly/mDm1JE) site.

0 commit comments

Comments
 (0)