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
commit69eef8d89161f2419ab7d04ba41053d23a86b107 (patch)
treeda13416d4c9ce6feddd74ee2790b25c0bb719cd5
parent89c17109d3373fc0bfa22f711181294b4dba5ad8 (diff)
downloadpython-coveragepy-git-69eef8d89161f2419ab7d04ba41053d23a86b107.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 c5e90603..39d62012 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