File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8 (currentl
10
10
11
11
## Code
12
12
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 ) :
14
14
15
15
ruby send.rb
16
16
ruby receive.rb
17
17
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 ) :
19
19
20
20
ruby new_task.rb
21
21
ruby worker.rb
22
22
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 )
24
24
25
25
ruby receive_logs.rb
26
26
ruby emit_log.rb
27
27
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.
You can’t perform that action at this time.
0 commit comments