diff options
Diffstat (limited to 'doc/sample_html')
-rw-r--r-- | doc/sample_html/coverage_html.js | 2 | ||||
-rw-r--r-- | doc/sample_html/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/sample_html/coverage_html.js b/doc/sample_html/coverage_html.js index f6f5de20..84b5a7e0 100644 --- a/doc/sample_html/coverage_html.js +++ b/doc/sample_html/coverage_html.js @@ -1,5 +1,5 @@ // Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -// For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt +// For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt // Coverage.py HTML report browser code. /*jslint browser: true, sloppy: true, vars: true, plusplus: true, maxerr: 50, indent: 4 */ diff --git a/doc/sample_html/style.css b/doc/sample_html/style.css index 86b82091..d6b29524 100644 --- a/doc/sample_html/style.css +++ b/doc/sample_html/style.css @@ -1,5 +1,5 @@ /* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */ -/* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */ +/* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */ /* CSS styles for coverage.py. */ |