1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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
This commit is contained in:
Daniel Stenberg 2021-02-21 23:32:59 +01:00
parent 659b05df6a
commit 294ca24241
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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 understandable and be named according to what they're used for. File-local
functions should be made static. We like lower case names. functions should be made static. We like lower case names.
See the [INTERNALS](INTERNALS.md) document on how we name non-exported See the [INTERNALS](https://curl.se/dev/internals.html#symbols) document on
library-global symbols. how we name non-exported library-global symbols.
## Indenting ## Indenting