8000 Use real urls, not bit.ly links · syk-coder/rabbitmq-tutorials@14d16f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14d16f5

Browse files
majekJakub Stastny aka botanicus
authored and
Jakub Stastny aka botanicus
committed
Use real urls, not bit.ly links
1 parent c4c9553 commit 14d16f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here you can find Ruby code examples from
55

66
## Requirements
77

8-
To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8
8+
To run this code you need [amqp gem](https://github.com/ruby-amqp/amqp) version 0.8
99
(currently available as a prerelease version). This code won't work
1010
with earlier versions! You can install it via RubyGems thusly:
1111

@@ -43,4 +43,4 @@ with earlier versions! You can install it via RubyGems thusly:
4343
ruby rpc_server.rb
4444
ruby rpc_client.rb
4545

46-
To learn more, visit [Ruby AMQP gem documentation](http://bit.ly/mDm1JE) site.
46+
To learn more, visit [Ruby AMQP gem documentation](http://rdoc.info/github/ruby-amqp/amqp/master/frames) site.

0 commit comments

Comments
 (0)
0