summaryrefslogtreecommitdiffstats
path: root/util/git-hooks/commit-msg
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@flashrom.org>2025-03-01 19:19:16 +1100
committerAnastasia Klimchuk <aklm@flashrom.org>2025-03-09 07:34:53 +0000
commit4054920f0907a74e0f07de0ed436776f8eb5dfdb (patch)
treea3aaa0a1fac44cafb1b989b942205ff557741582 /util/git-hooks/commit-msg
parente2df58a379d27321d4b2df1becb3bb197ecba13d (diff)
downloadflashrom-4054920f0907a74e0f07de0ed436776f8eb5dfdb.tar.gz
flashrom-4054920f0907a74e0f07de0ed436776f8eb5dfdb.tar.bz2
flashrom-4054920f0907a74e0f07de0ed436776f8eb5dfdb.zip
doc: Final cleanup of remaining references to the old wiki website
Change-Id: Ie002c1242075c8becb59d26bd9c562c7616233c1 Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/86676 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/git-hooks/commit-msg')
-rwxr-xr-xutil/git-hooks/commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/git-hooks/commit-msg b/util/git-hooks/commit-msg
index e2f5de512..505c0cdab 100755
--- a/util/git-hooks/commit-msg
+++ b/util/git-hooks/commit-msg
@@ -28,7 +28,7 @@ unset GREP_OPTIONS
CHANGE_ID_AFTER="Bug|Depends-On|Issue|Test|Feature|Fixes|Fixed|Staging-ID"
MSG="$1"
-DEV_GUIDELINES_URL="https://www.flashrom.org/Development_Guidelines"
+DEV_GUIDELINES_URL="https://flashrom.org/dev_guide/development_guide.html"
# Check for, and add if missing, a unique Change-Id
#