diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-06 21:29:04 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-06 21:29:04 (GMT) |
commit | 98ceece8f4cd797ec28078b6247529f01549687d (patch) | |
tree | 69bf78ee4a5103639e4653ff12e53f6591c52464 /Doc/faq | |
parent | 3bad1650a03fdc8cfdd4cce154e1b2c07e3e4fa0 (diff) | |
download | cpython-98ceece8f4cd797ec28078b6247529f01549687d.zip cpython-98ceece8f4cd797ec28078b6247529f01549687d.tar.gz cpython-98ceece8f4cd797ec28078b6247529f01549687d.tar.bz2 |
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
(cherry picked from commit 384899dfaeb83db38a6d3846d3cbc2f58a6605cd)
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? |