From c252f3eb040814b36accf2e3a69f248c57b3cc5f Mon Sep 17 00:00:00 2001 From: Philip Metzger Date: Tue, 3 Jan 2023 20:37:30 +0100 Subject: [PATCH] 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. --- docs/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github.md b/docs/github.md index 4c24069cc..182344010 100644 --- a/docs/github.md +++ b/docs/github.md @@ -135,7 +135,7 @@ branches. [^2]: If you're wondering why we prefer clean commits in this project, see 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