diff options
| author | Lisa Hewus Fresh <bugzPDX@users.noreply.github.com> | 2017-08-30 09:37:43 -0700 |
|---|---|---|
| committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-30 09:37:43 -0700 |
| commit | 384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch) | |
| tree | fee17ecb827c3dcca497b92b61230ef523d73eed /Doc/whatsnew/3.4.rst | |
| parent | e91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff) | |
| download | cpython-git-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz | |
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/3.4.rst')
| -rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 72398f9250..65971700c8 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1960,7 +1960,7 @@ Other Improvements ``.py`` extension. (Contributed by Paul Moore in :issue:`18569`.) * A new ``make`` target `coverage-report - <https://docs.python.org/devguide/coverage.html#measuring-coverage-of-c-code-with-gcov-and-lcov>`_ + <https://devguide.python.org/coverage/#measuring-coverage-of-c-code-with-gcov-and-lcov>`_ will build python, run the test suite, and generate an HTML coverage report for the C codebase using ``gcov`` and `lcov <http://ltp.sourceforge.net/coverage/lcov.php>`_. @@ -2176,7 +2176,7 @@ The following obsolete and previously deprecated APIs and features have been removed: * The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been - removed (see the `devguide <https://docs.python.org/devguide>`_ + removed (see the `devguide <https://devguide.python.org>`_ for suggestions on what to use instead). * The ``SO`` makefile macro is removed (it was replaced by the |
