Update core-code-style.md

issue #4719
This commit is contained in:
Carsten Brandt
2014-09-05 15:13:07 +02:00
parent 22d247ba70
commit 69a56e54ee

View File

@ -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