Skip to content

Commit 9607ced

Browse files
authored
Merge pull request #2164 from effigies/fix/linkchecker
fix: Use uvx linkchecker
2 parents 62fd793 + ae447cd commit 9607ced

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uvx linkchecker -t 1 ~/project/site/
3636
# check external separately by pointing to all *html so no
3737
# failures for local file:/// -- yoh found no better way,
38-
linkchecker -t 1 --check-extern \
38+
uvx linkchecker -t 1 --check-extern \
3939
--ignore-url 'file:///.*' \
4040
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
4141
--ignore-url 'https://doi.org/.*' \
@@ -45,6 +45,7 @@ jobs:
4545
--ignore-url 'https://www.incf.org' \
4646
--ignore-url 'https://dicomlookup.com/dicomtags/.*' \
4747
--ignore-url 'https://www.instagram.com/bidsstandard/' \
48+
--ignore-url 'https://jsoneditoronline.org' \
4849
~/project/site/*html ~/project/site/*/*.html
4950
else
5051
echo "Release PR - do nothing"

src/appendices/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributors
22

33
Legend (source:
4-
<https://allcontributors.org/docs/en/emoji-key>)
4+
<https://github.com/all-contributors/all-contributors/blob/master/docs/emoji-key.md>)
55

66
| **Emoji** | **Represents** |
77
| --------- | -------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)