summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-07 13:16:50 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-07 14:03:48 +0100
commit1a43d950b41eafb0146fd474e5d3039fe5dc2cf2 (patch)
treef8463b4fe6eb41fdad85562002f160bc742a6266 /.gitlab-ci
parentf551a6038021df486c121eb80da8a24d3cc64cf7 (diff)
downloadglib-1a43d950b41eafb0146fd474e5d3039fe5dc2cf2.tar.gz
docs: Update various external links to use HEAD instead of master
Update several links to allow the remote to use its configured default branch name, rather than specifying `master` as the default branch name. This will help avoid breakage if any of these projects rename their default branch in the future. Fix a few of the links where they were hitting redirects or had moved. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #2348
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-style-check-diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-style-check-diff.sh b/.gitlab-ci/run-style-check-diff.sh
index a04bd0731..929cf28a4 100755
--- a/.gitlab-ci/run-style-check-diff.sh
+++ b/.gitlab-ci/run-style-check-diff.sh
@@ -25,7 +25,7 @@ exit_status=$?
# style with the changes they’re making.)
echo ""
echo "Note that clang-format output is advisory and cannot always match the GLib coding style, documented at"
-echo " https://gitlab.gnome.org/GNOME/gtk/blob/master/docs/CODING-STYLE"
+echo " https://gitlab.gnome.org/GNOME/gtk/blob/HEAD/docs/CODING-STYLE.md"
echo "Warnings from this tool can be ignored in favour of the documented coding style,"
echo "or in favour of matching the style of existing surrounding code."