Skip to content

Commit 294f03f

Browse files
CI: Update generated paths for redirects
Updates paths to reflect new domain.
1 parent 7b52290 commit 294f03f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/open-redirects-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
NEW="OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION"
3838
fi
3939
read -r -d '' TEMPLATE << EOM
40-
# TEST ME: https://stage.hasura.io/docs/promptql/$OLD
41-
location = /docs/promptql/$OLD {
42-
return 301 https://\$host/docs/promptql/$NEW;
40+
# TEST ME: https://stage.promptql.io/docs/$OLD
41+
location = /docs/$OLD {
42+
return 301 https://\$host/docs/$NEW;
4343
}
4444
EOM
4545
echo -e "\n$TEMPLATE\n" >> nginx.txt

0 commit comments

Comments
 (0)