diff --git a/README.rst b/README.rst
index 7afcec7a4203585e86239372e4a9a86c87f59a74..5b4f93e2d3c6d24c7e2aba06f9ea4d013d031215 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,8 @@
 PyNaCl
 ======
 
-.. image:: https://travis-ci.org/dstufft/pynacl.png?branch=master
-    :target: https://travis-ci.org/dstufft/pynacl
+.. image:: https://travis-ci.org/pyca/pynacl.png?branch=master
+    :target: https://travis-ci.org/pyca/pynacl
 
 PyNaCl is a Python binding to the `Networking and Cryptography library`_,
 a crypto library with the stated goal of improving usability, security and
diff --git a/nacl/__init__.py b/nacl/__init__.py
index 822b902edb1d4c66a922f5148101184ff3a66a7d..3a996c744dd287eca4cecca4d51c19dff576d7fd 100644
--- a/nacl/__init__.py
+++ b/nacl/__init__.py
@@ -8,7 +8,7 @@ __all__ = [
 
 __title__ = "PyNaCl"
 __summary__ = "Python binding to the Networking and Cryptography (NaCl) library"
-__uri__ = "https://github.com/dstufft/pynacl/"
+__uri__ = "https://github.com/pyca/pynacl/"
 
 __version__ = "0.1.0"