summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorLisa Hewus Fresh <bugzPDX@users.noreply.github.com>2017-08-30 16:37:43 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-08-30 16:37:43 (GMT)
commit384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch)
treefee17ecb827c3dcca497b92b61230ef523d73eed /Doc/whatsnew/2.6.rst
parente91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff)
downloadcpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.zip
cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz
cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.bz2
bpo-30737: Update DevGuide links to new URL (GH-3228)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r--Doc/whatsnew/2.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index cc2fa3d..45b0ab9 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -232,7 +232,7 @@ have adopted Sphinx as their documentation tool.
.. seealso::
- `Documenting Python <https://docs.python.org/devguide/documenting.html>`__
+ `Documenting Python <https://devguide.python.org/documenting/>`__
Describes how to write for Python's documentation.
`Sphinx <http://sphinx-doc.org/>`__