Skip to content

Commit 3f02e0c

Browse files
committed
Clarify absolute links further
1 parent 5401a08 commit 3f02e0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/syntax/links.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ Navigate relative to the current file's location:
2626

2727
#### Absolute paths
2828

29-
You can also use absolute paths to link to pages within the same repository:
29+
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:
3031

3132
```markdown
3233
[API Keys](/deploy-manage/api-keys.md)
3334
```
3435

36+
Note the leading `/` before the path.
37+
3538
### Same-page links (anchors)
3639

3740
Link to sections within the same document using heading anchors prefixed with `#`:

0 commit comments

Comments
 (0)