Skip to content

Commit 821eede

Browse files
committed
Prefer https for hyperlinks
1 parent 017ec7d commit 821eede

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/aspell-pws

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,6 @@ adjtime
292292
perf
293293
uring
294294
Shannon
295+
http
296+
https
297+
tcp

scripts/pre-commit.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -z "$($CPPCHECK --version | grep -E '^Cppcheck\s2')" ]; then
4343
if [ $CPPCHECK_VER -lt 90 ]; then
4444
echo "[!] cppcheck version must be at least 1.90." >&2
4545
echo -e " Check 'Developer Info' for building Cppcheck from source:\n" \
46-
" http://cppcheck.sourceforge.net/devinfo/" >&2
46+
" https://cppcheck.sourceforge.net/devinfo/" >&2
4747
exit 1
4848
fi
4949
fi

0 commit comments

Comments
 (0)