diff --git a/README.rst b/README.rst index abe8d0c..c6f150a 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ If you encounter any problems, please `file an issue`_ along with a detailed des .. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt .. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0 .. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin -.. _`file an issue`: https://github.com/edx/pytest-warnings-report/issues +.. _`file an issue`: https://github.com/openedx/pytest-warnings-report/issues .. _`pytest`: https://github.com/pytest-dev/pytest .. _`tox`: https://tox.readthedocs.io/en/latest/ .. _`pip`: https://pypi.org/project/pip/ diff --git a/setup.py b/setup.py index c51b930..5536e67 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ def is_requirement(line): maintainer='edX', maintainer_email='oscm@edx.org', license='AGPL', - url='https://github.com/edx/pytest-warnings-report', + url='https://github.com/openedx/pytest-warnings-report', description='A pytest plugin for generating warnings reports.', long_description=read('README.rst'), py_modules=['pytest_warnings_report'],