We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5401a08 commit 3f02e0cCopy full SHA for 3f02e0c
docs/syntax/links.md
@@ -26,12 +26,15 @@ Navigate relative to the current file's location:
26
27
#### Absolute paths
28
29
-You can also use absolute paths to link to pages within the same repository:
+You can also use absolute paths to link to pages within the same repository.
30
+Say you're working on a random page somewhere in the `docs-content` repo. You can link to a page in the `deploy-manage` section like this:
31
32
```markdown
33
[API Keys](/deploy-manage/api-keys.md)
34
```
35
36
+Note the leading `/` before the path.
37
+
38
### Same-page links (anchors)
39
40
Link to sections within the same document using heading anchors prefixed with `#`:
0 commit comments