Skip to content

Commit

Permalink
Prefer https for hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Apr 13, 2024
1 parent 017ec7d commit 821eede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/aspell-pws
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,6 @@ adjtime
perf
uring
Shannon
http
https
tcp
2 changes: 1 addition & 1 deletion scripts/pre-commit.hook
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ -z "$($CPPCHECK --version | grep -E '^Cppcheck\s2')" ]; then
if [ $CPPCHECK_VER -lt 90 ]; then
echo "[!] cppcheck version must be at least 1.90." >&2
echo -e " Check 'Developer Info' for building Cppcheck from source:\n" \
" http://cppcheck.sourceforge.net/devinfo/" >&2
" https://cppcheck.sourceforge.net/devinfo/" >&2
exit 1
fi
fi
Expand Down

0 comments on commit 821eede

Please sign in to comment.