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