diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-19 01:58:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 01:58:44 -0700 |
| commit | df8598a2658632f709a64e8076cce02ca49de8e6 (patch) | |
| tree | 84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/quick_tutorial/unit_testing.rst | |
| parent | 5488da0d165468199f0d07a2ca579b86617fad72 (diff) | |
| parent | 9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (diff) | |
| download | pyramid-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/quick_tutorial/unit_testing.rst')
| -rw-r--r-- | docs/quick_tutorial/unit_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index 002c62fde..63fe7c945 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -29,7 +29,7 @@ broken the code. As you're writing your code, you might find this more convenient than changing to your browser constantly and clicking reload. We'll also leave discussion of `pytest-cov -<http://pytest-cov.readthedocs.io/en/latest/>`_ for another section. +<https://pytest-cov.readthedocs.io/en/latest/>`_ for another section. Objectives |
