summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-02-21 23:32:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-02-21 23:34:13 +0100
commit294ca242417812df120ed4b1b3121688ea7398a1 (patch)
tree0b0bc9b75ef5f6e81f13621335b1fef44e0fd68c
parent659b05df6a69eeb66c9ee6b821b8ce0c3e3e1d51 (diff)
downloadcurl-294ca242417812df120ed4b1b3121688ea7398a1.tar.gz
CODE_STYLE.md: fix broken link to INTERNALS
... 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
-rw-r--r--docs/CODE_STYLE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md
index a2af34d91..e27778e32 100644
--- a/docs/CODE_STYLE.md
+++ b/docs/CODE_STYLE.md
@@ -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