Skip to content

Commit 54f5aac

Browse files
author
Michael Klishin
committed
Ruby tutorials are now available
1 parent 7782ad0 commit 54f5aac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ruby/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ Bunny supports Ruby 2.0, 1.9, JRuby, Rubinius 2.0, and Ruby 1.8.7.
1515

1616
## Code
1717

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

2020
ruby send.rb
2121
ruby receive.rb
2222

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

2525
ruby new_task.rb
2626
ruby worker.rb
2727

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

3030
ruby receive_logs.rb
3131
ruby emit_log.rb
3232

33-
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html)
33+
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-ruby.html)
3434

3535
ruby receive_logs_direct.rb
3636
ruby emit_log_direct.rb
3737

38-
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html)
38+
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-ruby.html)
3939

4040
ruby receive_logs_topic.rb
4141
ruby emit_log_topic.rb
4242

43-
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html)
43+
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-ruby.html)
4444

4545
ruby rpc_server.rb
4646
ruby rpc_client.rb

0 commit comments

Comments
 (0)