diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-07-18 14:07:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-07-18 14:07:07 -0400 |
commit | 59c6f6b6540edcba45579d44d052318799b490a7 (patch) | |
tree | 82c10fe383977fbd1a22b3c1c95427cfe6bd39d6 | |
parent | 2f659af0c45d49d1f8f64fd55c7918cd68b94c7f (diff) | |
download | python-coveragepy-git-59c6f6b6540edcba45579d44d052318799b490a7.tar.gz |
docs: fix two links sphinx thinks are broken
-rw-r--r-- | CHANGES.rst | 2 | ||||
-rw-r--r-- | doc/whatsnew5x.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d2c4ae06..c9ea645b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -485,7 +485,7 @@ Version 5.0b1 --- 2019-11-11 ``coverage html --show-contexts``) will issue a warning if there were no contexts measured (`issue 851`_). -.. _TOML: https://github.com/toml-lang/toml#readme +.. _TOML: https://toml.io/ .. _issue 664: https://github.com/nedbat/coveragepy/issues/664 .. _issue 851: https://github.com/nedbat/coveragepy/issues/851 .. _issue 855: https://github.com/nedbat/coveragepy/issues/855 diff --git a/doc/whatsnew5x.rst b/doc/whatsnew5x.rst index 674ddcb1..bf0fe6ca 100644 --- a/doc/whatsnew5x.rst +++ b/doc/whatsnew5x.rst @@ -110,7 +110,7 @@ New Features Coverage instance. -.. _TOML: https://github.com/toml-lang/toml#readme +.. _TOML: https://toml.io/ .. _issue 650: https://github.com/nedbat/coveragepy/issues/650 |