Skip to content

Commit e9d1fc8

Browse files
util: Fix base url
1 parent 451cec3 commit e9d1fc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: make build.public
5959
env:
6060
HUGO: ./hugo.linux
61-
HUGO_BASE_URL: https://thethingsstack.io/
61+
HUGO_BASE_URL: https://www.thethingsindustries.com/docs
6262
HUGO_GOOGLEANALYTICS: ${{ secrets.HUGO_GOOGLEANALYTICS }}
6363
HUGO_PARAMS_FEEDBACK_CAMPAIGN: ${{ secrets.HUGO_PARAMS_FEEDBACK_CAMPAIGN }}
6464
HUGO_PARAMS_FEEDBACK_ENABLED: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: make build.public
6262
env:
6363
HUGO: ./hugo.linux
64-
HUGO_BASE_URL: https://thethingsstack.io/
64+
HUGO_BASE_URL: https://www.thethingsindustries.com/docs
6565
HUGO_GOOGLEANALYTICS: ${{ secrets.HUGO_GOOGLEANALYTICS }}
6666
HUGO_PARAMS_FEEDBACK_CAMPAIGN: ${{ secrets.HUGO_PARAMS_FEEDBACK_CAMPAIGN }}
6767
HUGO_PARAMS_FEEDBACK_ENABLED: true

0 commit comments

Comments
 (0)