diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-21 11:37:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-21 11:37:56 -0400 |
commit | 69eef8d89161f2419ab7d04ba41053d23a86b107 (patch) | |
tree | da13416d4c9ce6feddd74ee2790b25c0bb719cd5 | |
parent | 89c17109d3373fc0bfa22f711181294b4dba5ad8 (diff) | |
download | python-coveragepy-git-69eef8d89161f2419ab7d04ba41053d23a86b107.tar.gz |
Fix the duplicate target
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |