From f519e95817fa28d82e58d922929c2f570ee5aaf6 Mon Sep 17 00:00:00 2001 From: Martin Maly Date: Fri, 8 May 2015 13:56:17 -0700 Subject: Updating Readme links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.3 From 6650b3c6527c17965adf7239850857a10d56ba62 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 28 May 2015 10:10:10 -0700 Subject: Update Travis and Coveralls URLs for repo switch. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4617ac8..e2cdc52 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Unleaded - small, fast parsers for the 21st century -[![Build Status](https://travis-ci.org/haberman/upb.svg?branch=master)](https://travis-ci.org/haberman/upb) -[![Coverage Status](https://img.shields.io/coveralls/haberman/upb.svg)](https://coveralls.io/r/haberman/upb?branch=master) +[![Build Status](https://travis-ci.org/google/upb.svg?branch=master)](https://travis-ci.org/google/upb) +[![Coverage Status](https://img.shields.io/coveralls/google/upb.svg)](https://coveralls.io/r/google/upb?branch=master) Unleaded is a library of fast parsers and serializers. These parsers/serializers are written in C and use every available @@ -77,7 +77,7 @@ this. For a more detailed description of the scheme we use to provide both C and C++ APIs, see: -[CAndCPlusPlusAPI](https://github.com/haberman/upb/wiki/CAndCPlusPlusAPI). +[CAndCPlusPlusAPI](https://github.com/google/upb/wiki/CAndCPlusPlusAPI). All of the code that is under `upb/` but *not* under `upb/bindings/` forms the namespace of upb's cross-language -- cgit v1.2.3