Skip to content

Commit

Permalink
Update the classifiers, documentation, and more to point to the new W…
Browse files Browse the repository at this point in the history
…interbloom location (#587)

* Update the classifiers to move to Winterbloom

* Update the README

The source code is now part of Winterbloom.

* Update a link in the docs index

* Update links in the contributor guide

* Update the Sphinx configuration

Point to the new space for Nox.
  • Loading branch information
DiddiLeija committed Mar 22, 2022
1 parent cfba08b commit bf1c226
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Our maintainers are (in alphabetical order):
* `Thea Flowers <https://github.com/theacodes>`__
* `Tom Fleet <https://github.com/followtheprocess>`__

Nox also exists due to the various patches and work contributed by `the community <https://github.com/theacodes/nox/graphs/contributors>`__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective <https://opencollective.com/python-nox>`__.
Nox also exists due to the various patches and work contributed by `the community <https://github.com/wntrblm/nox/graphs/contributors>`__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective <https://opencollective.com/python-nox>`__.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit bf1c226

Please sign in to comment.