README.rdoc in mumble-ruby-1.1.2 vs README.rdoc in mumble-ruby-1.1.3
- old
+ new
@@ -1,7 +1,7 @@
mumble-ruby
- http://www.github.com/perrym5/mumble-ruby
+ http://www.github.com/mattvperry/mumble-ruby
== DESCRIPTION:
Mumble-Ruby is a headless client for the Mumble VOIP application.
Mumble-Ruby provides the ability to write scripts and bots which interact with mumble servers through a simple DSL.
@@ -114,6 +114,6 @@
== MUMBLE PROTOCOL:
The documentation for Mumble's control and voice protocol is a good reference for using this client as all of the callbacks
are based on the types of messages the Mumble uses to accomplish its tasks.
-You can see it here[https://github.com/mumble-voip/mumble/raw/master/doc/mumble-protocol.pdf].
+You can see it here[https://github.com/mumble-voip/mumble-protocol/blob/master/protocol_stack_tcp.rst].