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 | 9b8a322c8e49e7e5373bda088e8cf03452f7823e (patch) | |
tree | 7cac948484d0fa6c09793ed1bf0e1221037c25fc | |
parent | 0911c5b438fca2985eda9e578da5dc79bbd761af (diff) | |
download | python-coveragepy-9b8a322c8e49e7e5373bda088e8cf03452f7823e.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 |