ci: correct location of redirects.json in weekly-docs workflow (#26542)

This commit is contained in:
Cian Johnston
2026-06-19 12:03:55 +01:00
committed by GitHub
parent a2b680ab29
commit fc83d77189
+1 -1
View File
@@ -169,7 +169,7 @@ jobs:
if: steps.check-script.outputs.skip != 'true'
run: |
curl -sfL \
https://raw.githubusercontent.com/coder/coder.com/main/redirects.json \
https://raw.githubusercontent.com/coder/coder.com/refs/heads/main/redirects.json \
-o /tmp/redirects.json
- name: Audit TS/TSX docs paths against redirects