summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cmd.rst2
-rw-r--r--doc/index.rst4
-rw-r--r--doc/install.rst4
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 1070dc0a..d6de9f50 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -321,7 +321,7 @@ file decorated to show the status of each line.
Here's a `sample report`__.
-__ /code/coverage/sample_html/index.html
+__ http://nedbatchelder.com/files/sample_coverage_html/index.html
Lines are highlighted green for executed, red for missing, and gray for
excluded. The counts at the top of the file are buttons to turn on and off
diff --git a/doc/index.rst b/doc/index.rst
index 8efd7d64..56952c82 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -113,8 +113,8 @@ Getting started is easy:
`report like this one`_.
.. _coverage.py page on the Python Package Index: http://pypi.python.org/pypi/coverage
-.. _report like this: http://nedbatchelder.com/code/coverage/sample_html/index.html
-.. _report like this one: http://nedbatchelder.com/code/coverage/sample_html_beta/index.html
+.. _report like this: http://nedbatchelder.com/files/sample_coverage_html/index.html
+.. _report like this one: http://nedbatchelder.com/files/sample_coverage_html_beta/index.html
Using coverage.py
diff --git a/doc/install.rst b/doc/install.rst
index 57fd38e7..16d44478 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -102,7 +102,7 @@ coverage.py installed properly:
$ coverage --version
Coverage.py, version |release|.
- Documentation at https://coverage.readthedocs.org/en/|release|
+ Documentation at https://coverage.readthedocs.org/en/coverage-|release|
You can also invoke coverage.py as a module:
@@ -120,4 +120,4 @@ You can also invoke coverage.py as a module:
$ python -m coverage --version
Coverage.py, version |release|.
- Documentation at https://coverage.readthedocs.org/en/|release|
+ Documentation at https://coverage.readthedocs.org/en/coverage-|release|