Commit a517026c authored by jlaura's avatar jlaura
Browse files

Merge pull request #6 from kree/testbranch

Updated CONTRIBUTING.rst to have correct URLs.
parents 9d9fca6a 9bc1b988
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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