diff options
author | Lisa Hewus Fresh <bugzPDX@users.noreply.github.com> | 2017-08-30 16:37:43 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-30 16:37:43 (GMT) |
commit | 384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch) | |
tree | fee17ecb827c3dcca497b92b61230ef523d73eed /Doc/faq | |
parent | e91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff) | |
download | cpython-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/faq')
-rw-r--r-- | Doc/faq/general.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 8f6a907..d4a97fd 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -167,7 +167,7 @@ several useful pieces of freely distributable software. The source will compile and run out of the box on most UNIX platforms. Consult the `Getting Started section of the Python Developer's Guide -<https://docs.python.org/devguide/setup.html>`__ for more +<https://devguide.python.org/setup/>`__ for more information on getting the source code and compiling it. @@ -223,7 +223,7 @@ newsgroups and on the Python home page at https://www.python.org/; an RSS feed o news is available. You can also access the development version of Python through Git. See -`The Python Developer's Guide <https://docs.python.org/devguide/>`_ for details. +`The Python Developer's Guide <https://devguide.python.org/>`_ for details. How do I submit bug reports and patches for Python? @@ -239,7 +239,7 @@ report bugs to Python, you can obtain your Roundup password through Roundup's `password reset procedure <https://bugs.python.org/user?@template=forgotten>`_. For more information on how Python is developed, consult `the Python Developer's -Guide <https://docs.python.org/devguide/>`_. +Guide <https://devguide.python.org/>`_. Are there any published articles about Python that I can reference? |