From 1469ba41ecc385371005f1bcf93a6c0878548e38 Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Wed, 10 Jun 2026 09:53:30 +0100 Subject: [PATCH 1/3] 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 e5b744b0..e6ac21a7 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -25,3 +25,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 5f5d4bd83a37b5bf23298a256bdc07b337918600 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 17 Jul 2026 15:52:24 +0100 Subject: [PATCH 2/3] TEST with bad link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1040a54d..9147fe76 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ docker compose up The app will be available at +check this bad link - should fail! + As above, create a superuser with ```bash From 54b8ece9bab43f3eeb7480914037df9555d4e0fe Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Fri, 17 Jul 2026 15:55:19 +0100 Subject: [PATCH 3/3] 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 9147fe76..1040a54d 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,6 @@ docker compose up The app will be available at -check this bad link - should fail! - As above, create a superuser with ```bash