summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-06 08:50:21 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-06 08:51:35 +0100
commit85e2b080689cfa503085d380d3b9f0799fcf2cb4 (patch)
tree3e02ddf395a55092dcff1590c7d1e2119a49bf2c /docs/internals
parent4dae21ad97d3cad61450e12273989109452c3ede (diff)
[5.0.x] Fixed broken links and redirects in docs.
Backport of 177e6493961dfcdafb44e5b02894bf4201050910 from main
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/writing-code/coding-style.txt3
-rw-r--r--docs/internals/organization.txt6
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt
index 8c08e7e259..ef5685bea9 100644
--- a/docs/internals/contributing/writing-code/coding-style.txt
+++ b/docs/internals/contributing/writing-code/coding-style.txt
@@ -132,8 +132,7 @@ Python style
Imports
=======
-* Use `isort <https://github.com/PyCQA/isort#readme>`_ to automate import
- sorting using the guidelines below.
+* Use :pypi:`isort` to automate import sorting using the guidelines below.
Quick start:
diff --git a/docs/internals/organization.txt b/docs/internals/organization.txt
index 5fd8115b5a..53bac152d5 100644
--- a/docs/internals/organization.txt
+++ b/docs/internals/organization.txt
@@ -55,8 +55,8 @@ Mergers hold the following prerogatives:
enough to require the use of the `DEP process`_) reaches one of its
implementation milestones and is intended to merge.
-.. _`minor change`: https://github.com/django/deps/blob/main/accepted/0010-new-governance.rst#terminology
-.. _`major change`: https://github.com/django/deps/blob/main/accepted/0010-new-governance.rst#terminology
+.. _`minor change`: https://github.com/django/deps/blob/main/final/0010-new-governance.rst#terminology
+.. _`major change`: https://github.com/django/deps/blob/main/final/0010-new-governance.rst#terminology
Membership
----------
@@ -294,4 +294,4 @@ Changes to this document require the use of the `DEP process`_, with
modifications described in `DEP 0010`_.
.. _`DEP process`: https://github.com/django/deps/blob/main/final/0001-dep-process.rst
-.. _`DEP 0010`: https://github.com/django/deps/blob/main/accepted/0010-new-governance.rst#changing-this-governance-process
+.. _`DEP 0010`: https://github.com/django/deps/blob/main/final/0010-new-governance.rst#changing-this-governance-process