Merge pull request #17 from martinmaly/links

Updating Readme links
pull/13171/head
Joshua Haberman 10 years ago
commit c95bed1b6c
  1. 4
      README.md

@ -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
@ -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).

Loading…
Cancel
Save