summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-02-14 17:58:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-02-14 17:58:54 -0500
commit999761707c263a4857bfad59fd824239c78513ac (patch)
tree51f8bfd2596af95f9ff77845a9a10d9ea381b318 /README.rst
parent18662ab0d5f11d5a1f0ea42df0d8480e5a54f288 (diff)
downloadpython-coveragepy-999761707c263a4857bfad59fd824239c78513ac.tar.gz
Pull out URLs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a21ab4e..a8c3770 100644
--- a/README.rst
+++ b/README.rst
@@ -24,9 +24,13 @@ Coverage.py runs on many versions of Python:
* PyPy2 5.6 and PyPy3 5.5.
* Jython 2.7.1, though not for reporting.
-Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.
-Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,
-with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_.
+Documentation is on `Read the Docs`_. Code repository and issue tracker are on
+`Bitbucket`_, with a mirrored repository on `GitHub`_.
+
+.. _Read the Docs: http://coverage.readthedocs.io
+.. _Bitbucket: http://bitbucket.org/ned/coveragepy
+.. _GitHub: https://github.com/nedbat/coveragepy
+
**New in 4.3:** HTML ``--skip-covered``, sys.excepthook support, tox.ini
support.