From 4215beddffe4f58504a1c210514227dc333a5072 Mon Sep 17 00:00:00 2001 From: James Addison Date: Mon, 26 Aug 2024 23:07:20 +0100 Subject: [PATCH] docs: update code-of-conduct URLs Resolves #1236 --- CONTRIBUTING.rst | 2 +- docs/developer.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e7a79ae3..34c7b430 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -97,4 +97,4 @@ Running functional .. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/ .. _guide: https://guides.github.com/activities/forking/ .. _tox: https://tox.readthedocs.io/en/latest/ -.. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html +.. _Code of Conduct: https://meta.pycqa.org/code-of-conduct.html diff --git a/docs/developer.rst b/docs/developer.rst index 5aaee620..4f51eb82 100644 --- a/docs/developer.rst +++ b/docs/developer.rst @@ -112,7 +112,7 @@ All the tests should pass for all available interpreters, with the summary of:: congratulations :) .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ -.. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html +.. _Code of Conduct: https://meta.pycqa.org/code-of-conduct.html Changes