]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CODE_STYLE.md: fix broken link to INTERNALS
authorDaniel Stenberg <daniel@haxx.se>
Sun, 21 Feb 2021 22:32:59 +0000 (23:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 Feb 2021 22:34:13 +0000 (23:34 +0100)
... the link would only work if browsed on GitHub, while this link now
takes the user to the website instead and thus should work on either.

Reported-by: David Demelier
docs/CODE_STYLE.md

index a2af34d911db569d53eecdaec5a4b163fc57f284..e27778e32e7118f648147e81b8a5c314ffe26255 100644 (file)
@@ -28,8 +28,8 @@ other places of the code, just that the names should be logical,
 understandable and be named according to what they're used for. File-local
 functions should be made static. We like lower case names.
 
-See the [INTERNALS](INTERNALS.md) document on how we name non-exported
-library-global symbols.
+See the [INTERNALS](https://curl.se/dev/internals.html#symbols) document on
+how we name non-exported library-global symbols.
 
 ## Indenting