Skip to content

Commit ee75b7e

Browse files
authored
fix: update link checker to handle .html remapping
1 parent ac3ce51 commit ee75b7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check-pr-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
args: |
3838
--root-dir $PWD/dist
3939
--remap 'https://expressjs\.com\/(.*)/ file://'$PWD'/dist/$1/index.html'
40+
--remap 'https://expressjs\.com\/(.*)\.html file://'$PWD'/dist/$1/index.html'
4041
dist/
4142
fail: true

0 commit comments

Comments
 (0)