docs: use relative links to Markdown files instead of linking to GitHub

This allows links to point to other pages in the generated mkdocs
documentation output instead of pointing to external GitHub URLs.
This commit is contained in:
Benjamin Tan 2025-09-06 01:02:47 +08:00
parent b70a12e2db
commit cd5e7316f1
2 changed files with 3 additions and 4 deletions

View file

@ -156,8 +156,7 @@ $ # force push
$ jj git push --bookmark your-feature
```
The hyphen after `your-feature` comes from the
[revset](https://github.com/jj-vcs/jj/blob/main/docs/revsets.md) syntax.
The hyphen after `your-feature` comes from the [revset](revsets.md) syntax.
## Working with other people's bookmarks