mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
docs: minor markdown fixups
I am not sure these are necessary with `mkdocs` that I settled on, but this allows `mdbook` to parse the markdown properly.
This commit is contained in:
parent
9d7419497c
commit
d3bd1af37b
2 changed files with 5 additions and 4 deletions
|
@ -94,12 +94,12 @@ You'll then need to use `jj new --before` to create new commits
|
|||
and `jj move --to`
|
||||
to move new changes into the correct commits.
|
||||
|
||||
[config]: ./config.md
|
||||
[config]: config.md
|
||||
|
||||
[gitignore]: https://git-scm.com/docs/gitignore
|
||||
|
||||
[revsets]: ./revsets.md
|
||||
[revsets]: revsets.md
|
||||
|
||||
[templates]: ./templates.md
|
||||
[templates]: templates.md
|
||||
|
||||
[this issue]: https://github.com/martinvonz/jj/issues/1531
|
||||
|
|
|
@ -157,8 +157,9 @@ the [tutorial][tut].
|
|||
|
||||
[^1]: This is a GitHub Style review, as GitHub currently only is able to compare
|
||||
branches.
|
||||
|
||||
[^2]: If you're wondering why we prefer clean commits in this project, see
|
||||
e.g.[this blog post][stacked]
|
||||
e.g. [this blog post][stacked]
|
||||
|
||||
[detached]: https://git-scm.com/docs/git-checkout#_detached_head
|
||||
|
||||
|
|
Loading…
Reference in a new issue