summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-13 20:55:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-13 20:55:10 -0400
commitc00cdf3ed55fb6922476d931362ebca053716a4f (patch)
treeb10982edb0f24b1603fdb2e084ee9af23d429099 /README.txt
parent02f3bff7f238bb63e2f370db1699275595dbca55 (diff)
downloadpython-coveragepy-git-c00cdf3ed55fb6922476d931362ebca053716a4f.tar.gz
Point to new docs; more doc tweaks.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index c4d5236d..0724a6e0 100644
--- a/README.txt
+++ b/README.txt
@@ -4,6 +4,6 @@ Coverage measures code coverage, typically during test execution. It uses the
code analysis tools and tracing hooks provided in the Python standard library
to determine which lines are executable, and which have been executed.
-For more information, see http://nedbatchelder.com/code/modules/coverage.html
-The code is hosted at http://bitbucket.org/ned/coveragepy
+For more information, see http://nedbatchelder.com/code/coverage
+Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy