Skip to content

Commit 65083c9

Browse files
committed
set kudulab.io as base url
1 parent 36b9915 commit 65083c9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.2.1 (2019-Apr-15)
2+
3+
Set https://kudulab.io as base url
4+
15
### 0.2.0 (2019-Apr-15)
26

37
Added DNS setup with terraform

tasks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ case "${command}" in
8888
elif [[ "${KUDU_ENVIRONMENT}" == "testing" ]]; then
8989
base_url="//localhost:8088/"
9090
elif [[ "${KUDU_ENVIRONMENT}" == "production" ]]; then
91-
base_url="https://kudulab.github.io/"
91+
base_url="https://kudulab.io/"
9292
else
9393
echo "Unsupported KUDU_ENVIRONMENT=${KUDU_ENVIRONMENT}, exit 1"
9494
exit 1

0 commit comments

Comments
 (0)