git: 5577c806c6 - main - Replace tilde '~' with escaped value %7E in URL description

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Tue, 16 Nov 2021 06:27:02 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=5577c806c62169c29e70e5ac5dd993b67e2899e0

commit 5577c806c62169c29e70e5ac5dd993b67e2899e0
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2021-11-16 06:24:40 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2021-11-16 06:24:40 +0000

    Replace tilde '~' with escaped value %7E in URL description
    
    e.g.
    
    [https://people.freebsd.org/~wosch/build-time/buildworld/]
    =>
    [https://people.freebsd.org/%7Ewosch/build-time/buildworld/]
    
    This is a well known old bug in the hugo framework, see
    https://github.com/wowchemy/wowchemy-hugo-themes/issues/87
---
 .../report-2021-07-2021-09/current-compilation-time-analysis.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/status/report-2021-07-2021-09/current-compilation-time-analysis.adoc b/website/content/en/status/report-2021-07-2021-09/current-compilation-time-analysis.adoc
index fc8a4a8e3f..fce908bc31 100644
--- a/website/content/en/status/report-2021-07-2021-09/current-compilation-time-analysis.adoc
+++ b/website/content/en/status/report-2021-07-2021-09/current-compilation-time-analysis.adoc
@@ -3,7 +3,7 @@
 Links: +
 link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257141[Bug 257141] URL: link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257141[https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257141] +
 link:https://lists.freebsd.org/archives/freebsd-current/2021-September/index.html#msg511[Discussion on freebsd-current] URL: link:https://lists.freebsd.org/archives/freebsd-current/2021-September/index.html#msg511[https://lists.freebsd.org/archives/freebsd-current/2021-September/index.html#msg511] +
-link:https://people.freebsd.org/~wosch/build-time/buildworld/[Visual chart of buildworld by stages] URL: link:https://people.freebsd.org/~wosch/build-time/buildworld/[https://people.freebsd.org/~wosch/build-time/buildworld/]
+link:https://people.freebsd.org/~wosch/build-time/buildworld/[Visual chart of buildworld by stages] URL: link:https://people.freebsd.org/~wosch/build-time/buildworld/[https://people.freebsd.org/%7Ewosch/build-time/buildworld/]
 
 Contact: Wolfram Schneider <wosch@FreeBSD.org>