diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec2cbc97..bc31587b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,15 +3,15 @@ Thank you for your interest in improving Nox. Nox is open-source under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) and welcomes contributions in the form of bug reports, feature requests, and pull requests. -Nox is hosted on [GitHub](https://github.com/theacodes/nox). +Nox is hosted on [GitHub](https://github.com/wntrblm/nox). ## Support, questions, and feature requests -Feel free to file a bug on [GitHub](https://github.com/theacodes/nox). +Feel free to file a bug on [GitHub](https://github.com/wntrblm/nox). ## Reporting issues -File a bug on [GitHub](https://github.com/theacodes/nox). To help us figure out what's going on, please err on the +File a bug on [GitHub](https://github.com/wntrblm/nox). To help us figure out what's going on, please err on the side of including lots of information, such as: * Operating system. diff --git a/README.rst b/README.rst index 01ddf2d9..6e625f89 100644 --- a/README.rst +++ b/README.rst @@ -12,4 +12,4 @@ The source code is available on `GitHub`_. .. _tox: https://tox.readthedocs.io .. _Read the Docs: https://nox.readthedocs.io -.. _GitHub: https://github.com/theacodes/nox +.. _GitHub: https://github.com/wntrblm/nox diff --git a/docs/conf.py b/docs/conf.py index e353a440..96557a46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -129,7 +129,7 @@ "logo": "alice.png", "logo_name": True, "description": "Flexible test automation", - "github_user": "theacodes", + "github_user": "wntrblm", "github_repo": "nox", "github_banner": True, "github_button": False, diff --git a/docs/index.rst b/docs/index.rst index 716398a1..05e8c848 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -98,4 +98,4 @@ Our maintainers are (in alphabetical order): * `Thea Flowers `__ * `Tom Fleet `__ -Nox also exists due to the various patches and work contributed by `the community `__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective `__. +Nox also exists due to the various patches and work contributed by `the community `__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective `__. diff --git a/setup.cfg b/setup.cfg index 89901bb2..00e06b6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,8 @@ classifiers = keywords = testing automation tox project_urls = Documentation = https://nox.thea.codes - Source Code = https://github.com/theacodes/nox - Bug Tracker = https://github.com/theacodes/nox/issues + Source Code = https://github.com/wntrblm/nox + Bug Tracker = https://github.com/wntrblm/nox/issues [options] packages =