From 527965d92f782e677793aed7760e8c0b10e3ac8b Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Sat, 10 Jun 2017 23:00:53 -0400 Subject: [PATCH] update readme links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c748848..3fa1c57 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # capnproto-java: Cap'n Proto for Java -[![Build Status](https://travis-ci.org/dwrensha/capnproto-java.svg?branch=master)](https://travis-ci.org/dwrensha/capnproto-java) +[![Build Status](https://travis-ci.org/capnproto/capnproto-java.svg?branch=master)](https://travis-ci.org/capnproto/capnproto-java) [Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data and capabilities, and capnproto-java is a work-in-progress pure Java implementation. -[Read more here.](https://dwrensha.github.io/capnproto-java/index.html) +[Read more here.](https://capnproto.github.io/capnproto-java/index.html)