circleci: update URL in comment, include in future URL checks

Also:
- mdlinkcheck: check two CI files for broken URLs.

Closes #22654
This commit is contained in:
Viktor Szakats 2026-08-24 10:18:22 +02:00
parent a1bca29bdd
commit 541968e361
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
# View these jobs in the browser: https://app.circleci.com/pipelines/github/curl/curl
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/reference/configuration-reference/
version: 2.1
commands:

View file

@ -90,7 +90,7 @@ if(defined $ARGV[0] && $ARGV[0] eq "--dry-run") {
}
# list all files to scan for links
my @files = qx(git ls-files docs include lib scripts src);
my @files = qx(git ls-files .circleci appveyor.yml docs include lib scripts src);
sub storelink {
my ($f, $line, $link) = @_;