From: Matthias St. Pierre Date: Tue, 14 Nov 2023 10:34:43 +0000 (+0100) Subject: NOTES-WINDOWS: fix named anchor links in table of contents X-Git-Tag: openssl-3.3.0-alpha1~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6342bc024868f5a55f2225f2e083415fb1329a;p=thirdparty%2Fopenssl.git NOTES-WINDOWS: fix named anchor links in table of contents Those links were probably broken by some changes to the sanitizer of the [github/markup] module. [github/markup]: https://github.com/github/markup/#github-markup Reviewed-by: Hugo Landau Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/22725) --- diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index 4091910641a..f4573fd4308 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -1,9 +1,9 @@ Notes for Windows platforms =========================== - - [Native builds using Visual C++](#native-builds-using-visual-c++) + - [Native builds using Visual C++](#native-builds-using-visual-c) - [Native builds using Embarcadero C++Builder]( - #native-builds-using-embarcadero-c++-builder) + #native-builds-using-embarcadero-cbuilder) - [Native builds using MinGW](#native-builds-using-mingw) - [Linking native applications](#linking-native-applications) - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)