File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/ui-extensions/docs/surfaces Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ if [ -d $SHOPIFY_DEV_PATH ]; then
7272 if [ -n " $SPIN_SHOPIFY_DEV_SERVICE_FQDN " ]; then
7373 echo " Docs: https://$SPIN_SHOPIFY_DEV_SERVICE_FQDN /docs/api/admin-extensions"
7474 else
75- echo " Docs: https://shopify-dev.myshopify.io /docs/api/admin-extensions"
75+ echo " Docs: https://shopify-dev.shop.dev /docs/api/admin-extensions"
7676 fi
7777else
7878 echo " Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH ."
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ if [ -d $SHOPIFY_DEV_PATH ]; then
9090 if [ -n " $SPIN_SHOPIFY_DEV_SERVICE_FQDN " ]; then
9191 echo " Docs: https://$SPIN_SHOPIFY_DEV_SERVICE_FQDN /docs/api/checkout-ui-extensions"
9292 else
93- echo " Docs: https://shopify-dev.myshopify.io /docs/api/checkout-ui-extensions"
93+ echo " Docs: https://shopify-dev.shop.dev /docs/api/checkout-ui-extensions"
9494 fi
9595else
9696 echo " Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH ."
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ if [ -d $SHOPIFY_DEV_PATH ]; then
8888 if [ -n " $SPIN_SHOPIFY_DEV_SERVICE_FQDN " ]; then
8989 echo " Docs: https://$SPIN_SHOPIFY_DEV_SERVICE_FQDN /docs/api/customer-account-ui-extensions"
9090 else
91- echo " Docs: https://shopify-dev.myshopify.io /docs/api/customer-account-ui-extensions"
91+ echo " Docs: https://shopify-dev.shop.dev /docs/api/customer-account-ui-extensions"
9292 fi
9393else
9494 echo " Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH ."
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [ -d $SHOPIFY_DEV_PATH ]; then
6969 if [ -n " $SPIN_SHOPIFY_DEV_SERVICE_FQDN " ]; then
7070 echo " Docs: https://$SPIN_SHOPIFY_DEV_SERVICE_FQDN /docs/api/pos-ui-extensions"
7171 else
72- echo " Docs: https://shopify-dev.myshopify.io /docs/api/pos-ui-extensions"
72+ echo " Docs: https://shopify-dev.shop.dev /docs/api/pos-ui-extensions"
7373 fi
7474else
7575 echo " Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH ."
You can’t perform that action at this time.
0 commit comments