From f519e95817fa28d82e58d922929c2f570ee5aaf6 Mon Sep 17 00:00:00 2001
From: Martin Maly <mmaly@google.com>
Date: Fri, 8 May 2015 13:56:17 -0700
Subject: [PATCH] Updating Readme links

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 98cd4ffa32..4617ac832c 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).