From a642c439ce8d6a3627895f5e250cf9f44fa0ff80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 14 Jul 2021 20:37:15 +0200 Subject: [PATCH] docs: Use HEAD in external URLs That way the link will keep working when the other project changes its default branch name. Part-of: --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index f8786287..6d87c52c 100644 --- a/HACKING.md +++ b/HACKING.md @@ -28,4 +28,4 @@ imports (like imports.lang or imports.dbus) and introspection, the other for Shell API. Within the same group, put everything in alphabetic order. -[coding-style]: https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Style_Guide.md +[coding-style]: https://gitlab.gnome.org/GNOME/gjs/blob/HEAD/doc/Style_Guide.md