Skip to content

Commit 4cc7a68

Browse files
committed
use dev-sites for url linter
1 parent 52ca1b2 commit 4cc7a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dead_url_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
url:
16-
- https://orchestrator.abstract.money
17-
- https://docs.abstract.money
16+
- https://dev-orchestrator.abstract.money
17+
- https://dev-docs.abstract.money
1818
steps:
1919
- name: Check links at ${{ matrix.url }}
2020
id: linkcheck

0 commit comments

Comments
 (0)