From 9bc1b9880d0918c2b3c3a294549aae7d51d561d7 Mon Sep 17 00:00:00 2001 From: kberry Date: Mon, 4 Jan 2016 16:25:27 -0700 Subject: [PATCH] Updated CONTRIBUTING.rst to have correct URLs. --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a572655d..1460876b 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 -- GitLab