Skip to content

Commit 8597a3c

Browse files
authored
Update linkchecker base URL to GitHub Pages
1 parent 36df7ac commit 8597a3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sudo apt-get install w3c-linkchecker
1616
- name: start check
1717
run: |
18-
checklink -r -s -b https://devonfw.com | tee output.txt
18+
checklink -r -s -b https://devonfw.github.io | tee output.txt
1919
- name: parse check output
2020
run: |
2121
output=$(cat output.txt)

0 commit comments

Comments
 (0)