From 85e2b080689cfa503085d380d3b9f0799fcf2cb4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 6 Mar 2024 08:50:21 +0100 Subject: [5.0.x] Fixed broken links and redirects in docs. Backport of 177e6493961dfcdafb44e5b02894bf4201050910 from main --- docs/internals/contributing/writing-code/coding-style.txt | 3 +-- docs/internals/organization.txt | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/internals') 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 `_ 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 -- cgit v1.3