Skip to content

Commit e558da2

Browse files
authored
Merge pull request #3342 from Shopify/chore/update-shopify-dev-local-url
chore: update shopify-dev local url
2 parents 4caa28b + a759dd3 commit e558da2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/ui-extensions/docs/surfaces/admin/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7777
else
7878
echo "Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH."

packages/ui-extensions/docs/surfaces/checkout/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9595
else
9696
echo "Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH."

packages/ui-extensions/docs/surfaces/customer-account/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9393
else
9494
echo "Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH."

packages/ui-extensions/docs/surfaces/point-of-sale/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7474
else
7575
echo "Not copying docs to shopify-dev because it was not found at $SHOPIFY_DEV_PATH."

0 commit comments

Comments
 (0)