summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-05-08 17:45:52 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-05-08 17:45:52 -0700
commitc95bed1b6c378b9537ae712ae1f558b9edb0693e (patch)
tree1d1d67032b85f4dcb156d6f3620429a6671f6977
parentccc0fd0dbbcebb43f4d85d7df1439e1fc7993bf8 (diff)
parentf519e95817fa28d82e58d922929c2f570ee5aaf6 (diff)
Merge pull request #17 from martinmaly/links
Updating Readme links
-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