From e792490d8d6e7f6d48b7875038020620831be42a Mon Sep 17 00:00:00 2001 From: Ken Bingham Date: Wed, 18 Jan 2023 22:44:01 -0500 Subject: [PATCH] shorten quickstart functions URL --- docs/v0.3_quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v0.3_quickstart.md b/docs/v0.3_quickstart.md index d9041544..1b863457 100644 --- a/docs/v0.3_quickstart.md +++ b/docs/v0.3_quickstart.md @@ -7,7 +7,7 @@ https://openziti.github.io/docs/quickstarts/network/ I specifically used the "no docker" variant: ```bash -$ source /dev/stdin <<< "$(wget -qO- https://raw.githubusercontent.com/openziti/ziti/release-next/quickstart/docker/image/ziti-cli-functions.sh)"; expressInstall +$ source /dev/stdin <<< "$(wget -qO- https://get.openziti.io/quick/ziti-cli-functions.sh)"; expressInstall $ startController $ startRouter ``` @@ -192,4 +192,4 @@ $ zrok enable SuGzRPjVDIcF zrok environment '2AS1WZ3Sz' enabled for 'SuGzRPjVDIcF' ``` -Congratulations. You have a working `zrok` environment! \ No newline at end of file +Congratulations. You have a working `zrok` environment!