diff --git a/docs/internals/core-code-style.md b/docs/internals/core-code-style.md index 8a0923cd71..9db5adf9ef 100644 --- a/docs/internals/core-code-style.md +++ b/docs/internals/core-code-style.md @@ -420,6 +420,13 @@ To give one of the above mentioned links another label than the class or method The part before the | is the method, property or class reference while the part after | is the link label. +It is also possible to link to the Guide using the following syntax: + +```markdown +[link to guide](guide:file-name.md) +[link to guide](guide:file-name.md#subsection) +``` + #### Comments