diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-20 10:26:37 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-20 10:26:37 -0400 |
commit | 7780f988bd6a012353798c47f10908eefe6496aa (patch) | |
tree | 7c352f99d504a29c1f14c6d2a805fecae3ecf768 /doc/cmd.rst | |
parent | e3f1daf02b9569a5c78f4decb5d6563de0ca3e1b (diff) | |
download | python-coveragepy-git-7780f988bd6a012353798c47f10908eefe6496aa.tar.gz |
Fix up some documentation links
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 1070dc0a..d6de9f50 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -321,7 +321,7 @@ file decorated to show the status of each line. Here's a `sample report`__. -__ /code/coverage/sample_html/index.html +__ http://nedbatchelder.com/files/sample_coverage_html/index.html Lines are highlighted green for executed, red for missing, and gray for excluded. The counts at the top of the file are buttons to turn on and off |