diff options
-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 |