From 06d852683cabf57f2556386c1bc74f8f8f4bb36a Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 16 Nov 2020 08:57:12 +0100 Subject: [PATCH] Fix scribble hyperlink --- pkgs/racket-build-guide/contribute.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-build-guide/contribute.scrbl b/pkgs/racket-build-guide/contribute.scrbl index 02bb27f2af..2a2346edab 100644 --- a/pkgs/racket-build-guide/contribute.scrbl +++ b/pkgs/racket-build-guide/contribute.scrbl @@ -186,7 +186,7 @@ make that process faster by keeping a few guidelines in mind: On *nix systems, extensions that are part of the @exec{_DEFAULT_SOURCE} pre-processor flag are also allowed. See the - @hyperlink[https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fDEFAULT_005fSOURCE]{glibc} + @hyperlink["https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fDEFAULT_005fSOURCE"]{glibc} manual for more details.} ]