From 1c9201721d4c3ad667214cb2032e038e57395feb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 16 Oct 2018 12:21:06 +0200 Subject: Use HTTPS URLs for freedesktop.org domains Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*freedesktop.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}freedesktop\.org\)|https\1|g' Signed-off-by: Paul Menzel --- perf/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perf') diff --git a/perf/README b/perf/README index 9e402098a..1b1c19a1f 100644 --- a/perf/README +++ b/perf/README @@ -8,7 +8,7 @@ which will give a report of the speed of each individual test. See more details on other options for running the suite below. A macro test suite (with full traces and more intensive benchmarks) is -also available; for this, see http://cgit.freedesktop.org/cairo-traces. +also available; for this, see https://cgit.freedesktop.org/cairo-traces. The macro-benchmarks are better measures of actual real-world performance, and should be preferred over the micro-benchmarks (and over make perf) for identifying performance regressions or improvements. If -- cgit v1.2.1