Documentation
Links
Markdown links can point to pages within your documentation or to external websites.
Internal links #
Use the path to another documentation page.
markdown
[Installation](/getting-started/installation)External links #
External URLs work in the same way.
markdown
[ctrl alt doc](https://ctrlaltdoc.cc)Links to sections #
You can link directly to a section of a document using its heading ID.
For example:
markdown
[Callouts](/reference/callouts#custom-titles)
