From 4958f8f29a5f9908d954da002ef5c1a38b3c8197 Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Wed, 10 Jun 2026 09:53:30 +0100 Subject: [PATCH 01/13] Add linkspector config to fix local links issue --- .github/workflows/check-links.yml | 1 + .linkspector.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .linkspector.yml diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index ae8e5fd7..6a8ae4e0 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,3 +18,4 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review + config: .linkspector.yml diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 00000000..cc803073 --- /dev/null +++ b/.linkspector.yml @@ -0,0 +1,6 @@ +dirs: + - . +useGitIgnore: true +ignorePatterns: + - pattern: .*http://127.0.0.1:8000/.* +baseUrl: https://github.com/direct-framework/direct-webapp From dae7415c570b4ee45b5e7a036aaa4cc60ca99e80 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 17 Jul 2026 15:52:24 +0100 Subject: [PATCH 02/13] TEST with bad link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34bd6cb9..51a4bb6f 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ docker compose up The app will be available at +check this bad link - should fail! + As above, create a superuser with ```bash From 52e609cd688e338ff09136676cf8f9eccdf8f087 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 17 Jul 2026 15:55:19 +0100 Subject: [PATCH 03/13] Revert "TEST with bad link" This reverts commit 5f5d4bd83a37b5bf23298a256bdc07b337918600. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 51a4bb6f..34bd6cb9 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,6 @@ docker compose up The app will be available at -check this bad link - should fail! - As above, create a superuser with ```bash From 44ab01b25f5926e407e276af7506a5f16778fcae Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Fri, 14 Aug 2026 03:02:51 +0100 Subject: [PATCH 04/13] FIx linkspector workflow config file and fail level --- .github/workflows/check-links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 6a8ae4e0..48b59f73 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,4 +18,5 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review - config: .linkspector.yml + config_file: .linkspector.yml + fail_level: any From 953ba41b9ce632eb45635c8ea3472bb463bbf83f Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 17 Jul 2026 15:52:24 +0100 Subject: [PATCH 05/13] TEST with bad link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34bd6cb9..51a4bb6f 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ docker compose up The app will be available at +check this bad link - should fail! + As above, create a superuser with ```bash From 7d440d742d7d3f3dc0d99d9b609397bb61f59019 Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Fri, 14 Aug 2026 03:21:54 +0100 Subject: [PATCH 06/13] Modify bad link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a4bb6f..59fff6d6 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ docker compose up The app will be available at -check this bad link - should fail! +check this bad link - should fail! As above, create a superuser with From 7537368163ebbcfc65d22bfb26e8e65758a657e2 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 12:00:03 +0100 Subject: [PATCH 07/13] Test removing fail level --- .github/workflows/check-links.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 48b59f73..d28b64ad 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -19,4 +19,3 @@ jobs: github_token: ${{ secrets.github_token }} reporter: github-pr-review config_file: .linkspector.yml - fail_level: any From bbdf95e8b866635aacb78a475c1d68dc3f9e7b4b Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 13:58:25 +0100 Subject: [PATCH 08/13] Revert "Test removing fail level" This reverts commit 7537368163ebbcfc65d22bfb26e8e65758a657e2. --- .github/workflows/check-links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index d28b64ad..48b59f73 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -19,3 +19,4 @@ jobs: github_token: ${{ secrets.github_token }} reporter: github-pr-review config_file: .linkspector.yml + fail_level: any From 234c7778e6912649d41b74e5a41266b3c72c53cb Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 14:00:49 +0100 Subject: [PATCH 09/13] Test removing config_file link in CI --- .github/workflows/check-links.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 48b59f73..40b87a24 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,5 +18,4 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review - config_file: .linkspector.yml fail_level: any From d62f4f79538ce7be5f5efdff37fc059a888125e5 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 14:01:30 +0100 Subject: [PATCH 10/13] Test removing linkspector config file --- .linkspector.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .linkspector.yml diff --git a/.linkspector.yml b/.linkspector.yml deleted file mode 100644 index cc803073..00000000 --- a/.linkspector.yml +++ /dev/null @@ -1,6 +0,0 @@ -dirs: - - . -useGitIgnore: true -ignorePatterns: - - pattern: .*http://127.0.0.1:8000/.* -baseUrl: https://github.com/direct-framework/direct-webapp From 9555a2e36ec4933936e55eb02502c3dcc7e2ae61 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 14:04:27 +0100 Subject: [PATCH 11/13] Test removing markdown-link-check-disable-line comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59fff6d6..77f8101d 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ To launch the server run: docker compose up ``` -The app will be available at +The app will be available at check this bad link - should fail! From 7f6e9409d1e49196c95e5c425e63ddcce27e3653 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 14:07:48 +0100 Subject: [PATCH 12/13] Revert "Test removing linkspector config file" This reverts commit d62f4f79538ce7be5f5efdff37fc059a888125e5. --- .linkspector.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .linkspector.yml diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 00000000..cc803073 --- /dev/null +++ b/.linkspector.yml @@ -0,0 +1,6 @@ +dirs: + - . +useGitIgnore: true +ignorePatterns: + - pattern: .*http://127.0.0.1:8000/.* +baseUrl: https://github.com/direct-framework/direct-webapp From f51ea61f11da313a4fed4a7ffb789586c31e962a Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 14 Aug 2026 14:09:40 +0100 Subject: [PATCH 13/13] Remove temporary bad link --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 77f8101d..c6cc0df4 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,6 @@ docker compose up The app will be available at -check this bad link - should fail! - As above, create a superuser with ```bash