You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update broken links report and workflow configuration
- Revised the broken links report to reflect a total of 404 links/images checked, with 0 broken links and updated timeout statistics.
- Adjusted the line number for a specific link in the report for accuracy.
- Added a new step in the GitHub Actions workflow to build CSS before deploying the 11ty site, ensuring styles are up-to-date.
Copy file name to clipboardExpand all lines: broken-links-report.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,18 @@
1
1
# Link Validation Report
2
2
3
-
Generated: 2026-03-06T09:50:07.578Z
3
+
Generated: 2026-03-06T09:52:24.425Z
4
4
5
5
**Script:**`scripts/validate-links-and-images.ts`
6
6
7
7
## Summary
8
8
9
-
-**Total links/images checked:**405
9
+
-**Total links/images checked:**404
10
10
- ✅ **OK:** 347
11
11
- ⚠️ **Warnings (401/403):** 32
12
-
- ❌ **Broken:**1
12
+
- ❌ **Broken:**0
13
13
- ⏱️ **Timeouts:** 1
14
14
- ⚠️ **Errors (not in archive.org):** 0
15
15
16
-
## Broken Links/Images
17
-
18
-
### home.md
19
-
20
-
-[ ]**INTERNAL**`/right_to_trial_act_image.jpg` - Broken asset link: /right_to_trial_act_image.jpg (File not found at right_to_trial_act_image.jpg) (line 185)
0 commit comments