Skip to content

Commit

Permalink
Update the URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 21, 2023
1 parent ba345fd commit cce8fb9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# under the License.
#

site_url="https://raw.githubusercontent.com/skupperproject/skupper-install-script/main"
troubleshooting_url="https://skupper.io/install/troubleshooting.html"

# Make the local keyword work with ksh93 and POSIX-style functions
Expand Down Expand Up @@ -567,7 +566,7 @@ main() {
print
print "To uninstall Skupper, use:"
print
print " curl ${site_url}/uninstall.sh | sh"
print " curl https://skupper.io/uninstall.sh | sh"
print
} >&6 2>&6
}
Expand Down
3 changes: 1 addition & 2 deletions install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# under the License.
#

site_url="https://raw.githubusercontent.com/skupperproject/skupper-install-script/main"
troubleshooting_url="https://skupper.io/install/troubleshooting.html"

@burly@
Expand Down Expand Up @@ -260,7 +259,7 @@ main() {
print
print "To uninstall Skupper, use:"
print
print " curl ${site_url}/uninstall.sh | sh"
print " curl https://skupper.io/uninstall.sh | sh"
print
} >&6 2>&6
}
Expand Down
7 changes: 3 additions & 4 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
# under the License.
#

site_url="https://raw.githubusercontent.com/skupperproject/skupper-install-script/main"
troubleshooting_url="https://github.com/skupperproject/skupper-install-script/blob/main/troubleshooting.md"
troubleshooting_url="https://skupper.io/install/troubleshooting.html"

# Make the local keyword work with ksh93 and POSIX-style functions
case "${KSH_VERSION:-}" in
Expand Down Expand Up @@ -271,7 +270,7 @@ usage() {
cat <<EOF
Usage: ${0} [-hvy] [-s <scheme>]
A script that uninstalls ActiveMQ Artemis
A script that uninstalls the Skupper command-line tool
Options:
-h Print this help text and exit
Expand Down Expand Up @@ -396,7 +395,7 @@ main() {
print
print "To install Skupper again, use:"
print
print " curl ${site_url}/install.sh | sh"
print " curl https://skupper.io/install.sh | sh"
print
} >&6 2>&6
}
Expand Down
5 changes: 2 additions & 3 deletions uninstall.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
# under the License.
#

site_url="https://raw.githubusercontent.com/skupperproject/skupper-install-script/main"
troubleshooting_url="https://github.com/skupperproject/skupper-install-script/blob/main/troubleshooting.md"
troubleshooting_url="https://skupper.io/install/troubleshooting.html"

@burly@

Expand Down Expand Up @@ -159,7 +158,7 @@ main() {
print
print "To install Skupper again, use:"
print
print " curl ${site_url}/install.sh | sh"
print " curl https://skupper.io/install.sh | sh"
print
} >&6 2>&6
}
Expand Down

0 comments on commit cce8fb9

Please sign in to comment.