diff options
author | Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2023-11-14 11:34:43 +0100 |
---|---|---|
committer | Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2023-11-15 16:31:16 +0100 |
commit | cf6342bc024868f5a55f2225f2e083415fb1329a (patch) | |
tree | 663628dc9cf453c14c41ab76d9b52f3d5e3513ad | |
parent | Bump actions/github-script from 6 to 7 (diff) | |
download | openssl-cf6342bc024868f5a55f2225f2e083415fb1329a.tar.xz openssl-cf6342bc024868f5a55f2225f2e083415fb1329a.zip |
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 <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22725)
-rw-r--r-- | NOTES-WINDOWS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index 4091910641..f4573fd430 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) |