From 5de706aadc554aebc4ff0dbc26e0b0f9827c0536 Mon Sep 17 00:00:00 2001 From: Sarah Riehl Date: Mon, 23 Oct 2023 12:15:12 -0500 Subject: [PATCH] again --- reference/orders.v2.oas2.yml | 4 ++-- reference/payments/process_payments.yml | 2 +- reference/sites.v3.yml | 2 +- reference/storefront_tokens.v3.yml | 2 +- reference/widgets.v3.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/orders.v2.oas2.yml b/reference/orders.v2.oas2.yml index a83a7002d..bea064445 100644 --- a/reference/orders.v2.oas2.yml +++ b/reference/orders.v2.oas2.yml @@ -97,7 +97,7 @@ paths: To remove a product from an order, set that product’s `quantity` to `0`. - To learn more about creating or updating orders, see [Orders Overview](/api-docs/orders/orders-api-overview). + To learn more about creating or updating orders, see [Orders Overview](/docs/store-operations/orders). summary: Update an Order tags: - Orders @@ -3551,7 +3551,7 @@ components: enum: - auspost - canadapost - - carrier_{your_carrier_id} (only used if the carrier is a [third-party Shipping Provider](/api-docs/providers/shipping)) + - carrier_{your_carrier_id} (only used if the carrier is a [third-party Shipping Provider](/docs/integrations/shipping)) - endicia - usps - fedex diff --git a/reference/payments/process_payments.yml b/reference/payments/process_payments.yml index 1ccc734b1..e5881bbc7 100644 --- a/reference/payments/process_payments.yml +++ b/reference/payments/process_payments.yml @@ -55,7 +55,7 @@ paths: tags: - Processing operationId: PaymentsPost - description: 'Process payments for an order. See [Payment Processing](/api-docs/store-management/payments-api-overview) for more information.' + description: 'Process payments for an order. See [Payment Processing](/docs/store-operations/payments) for more information.' parameters: - $ref: '#/components/parameters/AcceptPaymentResponse' - $ref: '#/components/parameters/ContentType' diff --git a/reference/sites.v3.yml b/reference/sites.v3.yml index 37ac95446..9e46d5f71 100644 --- a/reference/sites.v3.yml +++ b/reference/sites.v3.yml @@ -112,7 +112,7 @@ info: ### Related resources * [Channels and Listings Reference](/docs/rest-management/channels) * [Channels Overview](/docs/integrations/channels) - * [Building Headless Storefronts Guide](/api-docs/storefronts/developers-guide-headless) + * [Building Headless Storefronts Guide](/docs/storefront/headless) termsOfService: 'https://www.bigcommerce.com/terms' contact: name: BigCommerce diff --git a/reference/storefront_tokens.v3.yml b/reference/storefront_tokens.v3.yml index 8395d6ff6..0726dfa5a 100644 --- a/reference/storefront_tokens.v3.yml +++ b/reference/storefront_tokens.v3.yml @@ -96,7 +96,7 @@ info: ## Additional information - * [GraphQL API Overview](/api-docs/storefront/graphql/graphql-storefront-api-overview) + * [GraphQL API Overview](/docs/storefront/graphql) termsOfService: 'https://www.bigcommerce.com/terms' contact: name: BigCommerce diff --git a/reference/widgets.v3.yml b/reference/widgets.v3.yml index 568635550..62260de66 100644 --- a/reference/widgets.v3.yml +++ b/reference/widgets.v3.yml @@ -1750,7 +1750,7 @@ components: example: Product settings: type: array - description: 'For examples of schema settings, see [Widget UI Input Types](/stencil-docs/page-builder/schema-settings).' + description: 'For examples of schema settings, see [Widget UI Input Types](/docs/storefront/widgets/input-reference/settings).' items: type: object title: widgetSchemaSetting_Base @@ -1835,7 +1835,7 @@ components: type: string settings: type: array - description: 'For examples of each type of setting, see [Page Builder > Schema Settings](/stencil-docs/page-builder/schema-settings/alignment) in Theme Docs.' + description: 'For examples of each type of setting, see [Page Builder > Schema Settings](/docs/storefront/widgets/input-reference/settings#alignment) in Theme Docs.' items: $ref: '#/components/schemas/widgetSchemaSetting_Base' x-internal: false