summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-05-28 10:10:10 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-05-28 10:10:10 -0700
commit6650b3c6527c17965adf7239850857a10d56ba62 (patch)
tree7f3b92a559d16a400084bc912b0dce4a027b8770 /README.md
parent0b64534a4450d6d198ce617209ebe38816b028ef (diff)
Update Travis and Coveralls URLs for repo switch.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback