summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-04-24 10:27:16 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-04-24 10:27:16 -0700
commit598b1e18592590eb57f4df2e6b614c79bdb2e2c1 (patch)
tree758da4dfea7227eff8deed09fb0e6d5e868279d6
parentcb12ef1863bfeaab64857117ea7c993898482a39 (diff)
downloadtox-598b1e18592590eb57f4df2e6b614c79bdb2e2c1.tar.gz
doc: Fix broken links
-rw-r--r--doc/example/jenkins.txt3
-rwxr-xr-xdoc/example/pytest.txt2
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