summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Maly <mmaly@google.com>2015-05-08 13:56:17 -0700
committerMartin Maly <mmaly@google.com>2015-05-08 13:56:17 -0700
commitf519e95817fa28d82e58d922929c2f570ee5aaf6 (patch)
tree9fdf8c03cbf5e1c9f14f594c2d2b8cd15de0cf6f /README.md
parentbd7ea8c6f1854aa37b7792c6f23334ffc0fd94ff (diff)
Updating Readme links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98cd4ff..4617ac8 100644
--- a/README.md
+++ b/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).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback