Skip to content

Commit

Permalink
Merge pull request protocolbuffers#17 from martinmaly/links
Browse files Browse the repository at this point in the history
Updating Readme links
  • Loading branch information
haberman committed May 9, 2015
2 parents ccc0fd0 + f519e95 commit c95bed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ this.

For a more detailed description of the scheme we use to
provide both C and C++ APIs, see:
[https://github.com/haberman/upb/wiki/CAndCPlusPlusAPI](CAndCPlusPlusAPI).
[CAndCPlusPlusAPI](https://github.com/haberman/upb/wiki/CAndCPlusPlusAPI).

All of the code that is under `upb/` but *not* under
`upb/bindings/` forms the namespace of upb's cross-language
Expand All @@ -92,7 +92,7 @@ be exposed as follows:
## Google protobuf bindings

Unleaded supports integration with the
[https://github.com/google/protobuf](Google protobuf library).
[Google protobuf library](https://github.com/google/protobuf).
These bindings let you:

* convert protobuf schema objects (`Descriptor`, `FieldDescriptor`, etc).
Expand Down

0 comments on commit c95bed1

Please sign in to comment.