mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
Docs: Fix a dangling ref.
During the initial review, we missed that I wrote `detached head` in the link to https://www.git-scm.com/docs/git-checkout#_detached_head instead of `detached`. This corrects the link.
This commit is contained in:
parent
763a8cc0f1
commit
c252f3eb04
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ branches.
|
||||||
[^2]: If you're wondering why we prefer clean commits in this project, see
|
[^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 head]: https://git-scm.com/docs/git-checkout#_detached_head
|
[detached]: https://git-scm.com/docs/git-checkout#_detached_head
|
||||||
|
|
||||||
[gh]: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
|
[gh]: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue