From 35b3cdf31c659d74dbfa412afd82c43886764a60 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 20 Jun 2025 18:50:16 -0300 Subject: [PATCH] gitlab: Update coding style URL pointing to gimp-web-devel --- .gitlab/run_style_check_diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/run_style_check_diff.sh b/.gitlab/run_style_check_diff.sh index 5dfe6723f1..3aa9135516 100755 --- a/.gitlab/run_style_check_diff.sh +++ b/.gitlab/run_style_check_diff.sh @@ -4,7 +4,7 @@ ancestor_horizon=28 # days (4 weeks) echo "" echo "This script may be wrong. You may disregard it if it conflicts with" -echo "https://gitlab.gnome.org/GNOME/gimp/-/blob/master/CODING_STYLE.md" +echo "https://developer.gimp.org/core/coding_style/" clang-format --version