diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-04-30 10:42:14 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-04-30 10:42:14 -0400 |
| commit | 4e3daa76648b8541fd89a14ae11a15946f87bf52 (patch) | |
| tree | 808c201993fbd18116c31406d9c43247e9a70be6 /doc/install.rst | |
| parent | ca8180e4551855364e11b1a1788ac6ef287e3d0e (diff) | |
| download | python-coveragepy-git-4e3daa76648b8541fd89a14ae11a15946f87bf52.tar.gz | |
readthedocs.io now
Diffstat (limited to 'doc/install.rst')
| -rw-r--r-- | doc/install.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install.rst b/doc/install.rst index d362d6e5..bcea93f1 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -83,7 +83,7 @@ You can determine if you are using the extension by looking at the output of $ coverage --version Coverage.py, version |release| with C extension - Documentation at https://coverage.readthedocs.org + Documentation at https://coverage.readthedocs.io The first line will either say "with C extension," or "without C extension." @@ -114,7 +114,7 @@ coverage.py installed properly: $ coverage --version Coverage.py, version |release| with C extension - Documentation at https://coverage.readthedocs.org + Documentation at https://coverage.readthedocs.io .. ifconfig:: prerelease @@ -122,7 +122,7 @@ coverage.py installed properly: $ coverage --version Coverage.py, version |release| with C extension - Documentation at https://coverage.readthedocs.org/en/coverage-|release| + Documentation at https://coverage.readthedocs.io/en/coverage-|release| You can also invoke coverage.py as a module: @@ -132,7 +132,7 @@ You can also invoke coverage.py as a module: $ python -m coverage --version Coverage.py, version |release| with C extension - Documentation at https://coverage.readthedocs.org + Documentation at https://coverage.readthedocs.io .. ifconfig:: prerelease @@ -140,4 +140,4 @@ You can also invoke coverage.py as a module: $ python -m coverage --version Coverage.py, version |release| with C extension - Documentation at https://coverage.readthedocs.org/en/coverage-|release| + Documentation at https://coverage.readthedocs.io/en/coverage-|release| |
