From 598b1e18592590eb57f4df2e6b614c79bdb2e2c1 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 24 Apr 2014 10:27:16 -0700 Subject: doc: Fix broken links --- doc/example/jenkins.txt | 3 +-- doc/example/pytest.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/example/jenkins.txt b/doc/example/jenkins.txt index bfdceee..57b71ab 100644 --- a/doc/example/jenkins.txt +++ b/doc/example/jenkins.txt @@ -57,7 +57,7 @@ with this:: exec urllib.urlopen(url).read() in d d['cmdline'](['--recreate']) -The downloaded `toxbootstrap.py`_ file downloads all neccessary files to +The downloaded `toxbootstrap.py` file downloads all neccessary files to install ``tox`` in a virtual sub environment. Notes: * uncomment the line containing ``USETOXDEV`` to use the latest @@ -68,7 +68,6 @@ install ``tox`` in a virtual sub environment. Notes: will cause tox to reinstall all virtual environments all the time which is often what one wants in CI server contexts) -.. _`toxbootstrap.py`: https://bitbucket.org/hpk42/tox/raw/default/toxbootstrap.py Integrating "sphinx" documentation checks in a Jenkins job ---------------------------------------------------------------- diff --git a/doc/example/pytest.txt b/doc/example/pytest.txt index cba8741..6f98cf3 100755 --- a/doc/example/pytest.txt +++ b/doc/example/pytest.txt @@ -105,7 +105,7 @@ directories; pytest will still find and import them by adding their parent directory to ``sys.path`` but they won't be copied to other places or be found by Python's import system outside of pytest. -.. _`fully qualified name`: http://pytest.org/latest/goodpractises.html#package-name +.. _`fully qualified name`: http://pytest.org/latest/goodpractises.html#test-package-name .. include:: ../links.txt -- cgit v1.2.1