From 258527c8164c2f2bdb57c3bf94faf156777f101e Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Wed, 13 Dec 2017 18:13:27 -0500 Subject: [PATCH] Scrub references to incorrect github --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0c496c0..035b629 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -15,7 +15,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/pganssle/variants/issues. +Report bugs at https://github.com/python-variants/variants/issues. If you are reporting a bug, please include: @@ -45,7 +45,7 @@ articles, and such. Submit Feedback ~~~~~~~~~~~~~~~ -The best way to send feedback is to file an issue at https://github.com/pganssle/variants/issues. +The best way to send feedback is to file an issue at https://github.com/python-variants/variants/issues. If you are proposing a feature: @@ -102,7 +102,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.7, 3.4, 3.5, 3.6 and for PyPy. Check - https://travis-ci.org/pganssle/variants/pull_requests + https://travis-ci.org/python-variants/variants/pull_requests and make sure that the tests pass for all supported Python versions.