README.rdoc in protobuf_descriptor-0.1.0 vs README.rdoc in protobuf_descriptor-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ = protobuf_descriptor * {Homepage}[https://rubygems.org/gems/protobuf_descriptor] -* {Documentation}[http://rubydoc.info/gems/protobuf_descriptor/frames] +* {Documentation}[http://rubydoc.info/github/hfwang/protobuf_descriptor/master/frames] == Description Protobuf_descriptor provides helper methods to make working with Google Protocol Buffer descriptors easier, go figure.. It handles type resolution, and computing @@ -30,10 +30,10 @@ descriptor.resolve_type(".porkbuns.UnnestedEnum") # note the leading "." # or even doing so relative to another enum descriptor.resolve_type("CType", ".porkbuns.FieldOptions") For even more gory details, please peruse the actual -{documentation}[link:ProtobufDescriptor.html]. +{documentation}[http://rubydoc.info/github/hfwang/protobuf_descriptor/master/frames]. == Requirements I've only tested this on Ruby 1.9.3+. If it works for you on an older version of Ruby, let me know. You most likely want to install the