summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-19 01:58:44 -0700
committerGitHub <noreply@github.com>2018-08-19 01:58:44 -0700
commitdf8598a2658632f709a64e8076cce02ca49de8e6 (patch)
tree84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/narr/upgrading.rst
parent5488da0d165468199f0d07a2ca579b86617fad72 (diff)
parent9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (diff)
downloadpyramid-df8598a2658632f709a64e8076cce02ca49de8e6.tar.gz
pyramid-df8598a2658632f709a64e8076cce02ca49de8e6.tar.bz2
pyramid-df8598a2658632f709a64e8076cce02ca49de8e6.zip
Merge pull request #3331 from stevepiercy/exclude-local-linkcheck
Fix broken links from linkcheck, exclude localhost from check
Diffstat (limited to 'docs/narr/upgrading.rst')
-rw-r--r--docs/narr/upgrading.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst
index e0482d5a2..6db61a579 100644
--- a/docs/narr/upgrading.rst
+++ b/docs/narr/upgrading.rst
@@ -128,7 +128,7 @@ you can see DeprecationWarnings printed to the console when the tests run.
The ``-Wd`` argument tells Python to print deprecation warnings to the console.
See `the Python -W flag documentation
-<https://docs.python.org/2/using/cmdline.html#cmdoption-W>`_ for more
+<https://docs.python.org/2/using/cmdline.html#cmdoption-w>`_ for more
information.
As your tests run, deprecation warnings will be printed to the console
@@ -218,7 +218,7 @@ as explained in :ref:`testing_under_new_release`.
See `the PYTHONWARNINGS environment variable documentation
<https://docs.python.org/2/using/cmdline.html#envvar-PYTHONWARNINGS>`_ or `the
Python -W flag documentation
-<https://docs.python.org/2/using/cmdline.html#cmdoption-W>`_ for more
+<https://docs.python.org/2/using/cmdline.html#cmdoption-w>`_ for more
information.
Upgrading to the very latest Pyramid release