summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
Diffstat (limited to 'perf')
-rw-r--r--perf/perf_measure.py2
-rw-r--r--perf/solve_poly.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/perf/perf_measure.py b/perf/perf_measure.py
index 2125251a..a8f2ffaa 100644
--- a/perf/perf_measure.py
+++ b/perf/perf_measure.py
@@ -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
# Run like this:
# .tox/py36/bin/python perf/perf_measure.py
diff --git a/perf/solve_poly.py b/perf/solve_poly.py
index 41365f48..66231725 100644
--- a/perf/solve_poly.py
+++ b/perf/solve_poly.py
@@ -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
# Given empirical data from perf_measure.py, calculate the coefficients of the
# polynomials for file, call, and line operation counts.