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 /CHANGES.rst | |
| parent | 2f659af0c45d49d1f8f64fd55c7918cd68b94c7f (diff) | |
| download | python-coveragepy-git-59c6f6b6540edcba45579d44d052318799b490a7.tar.gz | |
docs: fix two links sphinx thinks are broken
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 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 |
