diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index a572655d662c0a78b6400477ade904d170ef77dc..1460876b8e851d9a39207838f38feb294b5685e4 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -43,7 +43,7 @@ articles, and such.
 Submit Feedback
 ~~~~~~~~~~~~~~~
 
-The best way to send feedback is to file an issue at https://github.com/jlaura@usgs.gov/autocnet/issues.
+The best way to send feedback is to file an issue at https://github.com/USGS-Astrogeology/autocnet/issues.
 
 If you are proposing a feature:
 
@@ -100,7 +100,7 @@ Before you submit a pull request, check that it meets these guidelines:
    your new functionality into a function with a docstring, and add the
    feature to the list in README.rst.
 3. The pull request should work for Python 2.6, 2.7, 3.3, and 3.4, and for PyPy. Check
-   https://travis-ci.org/jlaura@usgs.gov/autocnet/pull_requests
+   https://travis-ci.org/USGS-Astrogeology/autocnet/pull_requests
    and make sure that the tests pass for all supported Python versions.
 
 Tips