Skip to content

Commit c7eca86

Browse files
committed
fix: dtcw url
1 parent f99e27f commit c7eca86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# 2. docToolchain Wrapper herunterladen und ausführbar machen (dtcw)
3232
- name: Download docToolchain Wrapper
3333
run: |
34-
curl -Lo dtcw https://raw.githubusercontent.com/docToolchain/docToolchain/master/dtcw
34+
curl -Lo dtcw https://doctoolchain.org/dtcw
3535
chmod +x dtcw
3636
3737
# 3. Dokumentation bauen (Build-Befehl aus docToolchain-Demo)

0 commit comments

Comments
 (0)