Skip to content

Commit 06ed404

Browse files
author
Gunther Klessinger
committed
linkchecker
1 parent 9bad2b4 commit 06ed404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ docs-serve PORT="2222":
5757

5858
# Check documentation links
5959
docs-checklinks:
60-
@command -v linkchecker >/dev/null || (echo "Install linkchecker: pip install git+https://github.com/linkchecker/linkchecker.git" && exit 1)
61-
linkchecker site --ignore-url '(.*).json'
60+
uv run linkchecker --help | cat >/dev/null || (echo "Install linkchecker: pip install git+https://github.com/linkchecker/linkchecker.git" && exit 1)
61+
uv run linkchecker site --ignore-url '(.*).json'
6262

6363
# Clean build artifacts and caches
6464
clean:

0 commit comments

Comments
 (0)