summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-21 11:37:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-21 11:37:56 -0400
commit9b8a322c8e49e7e5373bda088e8cf03452f7823e (patch)
tree7cac948484d0fa6c09793ed1bf0e1221037c25fc
parent0911c5b438fca2985eda9e578da5dc79bbd761af (diff)
downloadpython-coveragepy-9b8a322c8e49e7e5373bda088e8cf03452f7823e.tar.gz
Fix the duplicate target
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index c5e9060..39d6201 100644
--- a/README.rst
+++ b/README.rst
@@ -51,17 +51,17 @@ support, --skip-covered, HTML filtering, and more than 50 issues closed.
Getting Started
---------------
-See the `Quick Start`_ section of the docs.
+See the `Quick Start section`_ of the docs.
-.. _Quick Start: http://coverage.readthedocs.io/#quick-start
+.. _Quick Start section: http://coverage.readthedocs.io/#quick-start
Contributing
------------
-See the `Contributing`_ section of the docs.
+See the `Contributing section`_ of the docs.
-.. _Contributing: http://coverage.readthedocs.io/en/latest/contributing.html
+.. _Contributing section: http://coverage.readthedocs.io/en/latest/contributing.html
License