diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-25 08:16:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-25 08:16:23 -0400 |
commit | 66a5b13d50ce671f150a3fa4db82d569cb4caaa5 (patch) | |
tree | ee0702874d05a066dd3ae66fd69390a73703b324 /coverage/htmlfiles | |
parent | d39928a9086156dddc5862097f53a36f6923b2d8 (diff) | |
download | python-coveragepy-git-66a5b13d50ce671f150a3fa4db82d569cb4caaa5.tar.gz |
Put __version__ back in the main file, and also put the URL in only one place, use it everywhere.
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 38928855..35659317 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -45,7 +45,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage v{{__version__}}</a>
+ <a class='nav' href='{{__url__}}'>coverage.py v{{__version__}}</a>
</p>
</div>
</div>
|