Skip to content

Commit

Permalink
update README links localshred => ruby-protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdrew committed Feb 2, 2016
1 parent 6d52c29 commit 7ee47ad
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# protobuf

[![Gem Version](https://badge.fury.io/rb/protobuf.svg)](http://badge.fury.io/rb/protobuf)
[![Build Status](https://secure.travis-ci.org/ruby-protobuf/protobuf.svg?branch=master)](https://travis-ci.org/localshred/protobuf)
[![Gitter chat](https://badges.gitter.im/localshred/protobuf.svg)](https://gitter.im/localshred/protobuf)
[![Build Status](https://secure.travis-ci.org/ruby-protobuf/protobuf.svg?branch=master)](https://travis-ci.org/ruby-protobuf/protobuf)
[![Gitter chat](https://badges.gitter.im/ruby-protobuf/protobuf.svg)](https://gitter.im/ruby-protobuf/protobuf)
[![protobuf API Documentation](https://www.omniref.com/ruby/gems/protobuf.png)](https://www.omniref.com/ruby/gems/protobuf)

Protobuf is an implementation of [Google's protocol buffers][google-pb] in ruby, version 2.5.0 is currently supported.
Expand All @@ -22,12 +22,12 @@ an [API roadmap][].
See recent changes in the [release notes][] or the [changelog][].

[google-pb]: http://code.google.com/p/protobuf "Google Protocol Buffers"
[wiki]: https://github.com/localshred/protobuf/wiki "Wiki home page"
[Installation Guide]: https://github.com/localshred/protobuf/wiki/Installation "Installation guide"
[compiling definitions]: https://github.com/localshred/protobuf/wiki/Compiling-Definitions "Compiling guide"
[object APIs]: https://github.com/localshred/protobuf/wiki/Messages-&-Enums "Message & Enum object APIs guide"
[services]: https://github.com/localshred/protobuf/wiki/Services "Services object API guide"
[clients]: https://github.com/localshred/protobuf/wiki/Clients "Client object API guide"
[API roadmap]: https://github.com/localshred/protobuf/wiki/API-Roadmap "API Roadmap guide"
[release notes]: https://github.com/localshred/protobuf/releases "Release notes"
[changelog]: https://github.com/localshred/protobuf/blob/master/CHANGES.md "CHANGES.md"
[wiki]: https://github.com/ruby-protobuf/protobuf/wiki "Wiki home page"
[Installation Guide]: https://github.com/ruby-protobuf/protobuf/wiki/Installation "Installation guide"
[compiling definitions]: https://github.com/ruby-protobuf/protobuf/wiki/Compiling-Definitions "Compiling guide"
[object APIs]: https://github.com/ruby-protobuf/protobuf/wiki/Messages-&-Enums "Message & Enum object APIs guide"
[services]: https://github.com/ruby-protobuf/protobuf/wiki/Services "Services object API guide"
[clients]: https://github.com/ruby-protobuf/protobuf/wiki/Clients "Client object API guide"
[API roadmap]: https://github.com/ruby-protobuf/protobuf/wiki/API-Roadmap "API Roadmap guide"
[release notes]: https://github.com/ruby-protobuf/protobuf/releases "Release notes"
[changelog]: https://github.com/ruby-protobuf/protobuf/blob/master/CHANGES.md "CHANGES.md"

0 comments on commit 7ee47ad

Please sign in to comment.