Skip to content

Commit 81c06f8

Browse files
committed
fix url
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent a9a236b commit 81c06f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads/fwf_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ case $OSTYPE in
9898
;;
9999
*)
100100
fancy_print 1 "The OSTYPE: ${OSTYPE} is not supported by this script."
101-
fancy_print 2 "Please refer to this article to install Spin: https://wasm-functions.fermyon.app/fermyon-wasm-functions/quickstart"
101+
fancy_print 2 "Please refer to this article to install Spin: https://developer.fermyon.com/wasm-functions/quickstart"
102102
exit 1
103103
;;
104104
esac
@@ -154,5 +154,5 @@ if [[ $VERSION = "canary" ]]; then
154154
fancy_print 3 "Be sure to update templates to point to 'canary' SDKs."
155155
fi
156156
# Direct to quicks-start doc
157-
fancy_print 0 "You're good to go. Check here for the next steps: https://wasm-functions.fermyon.app/fermyon-wasm-functions/quickstart"
157+
fancy_print 0 "You're good to go. Check here for the next steps: https://developer.fermyon.com/wasm-functions/quickstart"
158158
fancy_print 0 "Run './spin' to get started"

0 commit comments

Comments
 (0)