Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Riehl committed Oct 23, 2023
1 parent 5de706a commit 012797f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions reference/orders.v2.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ paths:
operationId: getAllOrders
post:
description: |-
Creates an *Order*. To learn more about creating or updating orders, see [Orders Overview](/api-docs/orders/orders-api-overview).
Creates an *Order*. To learn more about creating or updating orders, see [Orders Overview](/docs/store-operations/orders).
Create an order with an existing catalog product or a custom product.
Expand Down Expand Up @@ -3606,7 +3606,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
Expand Down
6 changes: 3 additions & 3 deletions reference/sites.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ paths:
$ref: '#/components/responses/504_GatewayTimeout'
tags:
- Sites
description: 'Create a site that links a [headless storefront](/api-docs/storefronts/developers-guide-headless) to a sales [channel](/docs/rest-management/channels).'
description: 'Create a site that links a [headless storefront](/docs/storefront/headless) to a sales [channel](/docs/rest-management/channels).'
get:
responses:
'200':
$ref: '#/components/responses/site_RespCollection'
summary: Get Sites
description: 'Get sites linked to a [headless storefront](/api-docs/storefronts/developers-guide-headless) sales channels.'
description: 'Get sites linked to a [headless storefront](/docs/storefront/headless) sales channels.'
tags:
- Sites
parameters:
Expand Down Expand Up @@ -332,7 +332,7 @@ paths:
tags:
- Site Routes
description: |-
Create routes that tell BigCommerce how to link to pages on a [headless storefront](/api-docs/storefronts/developers-guide-headless).
Create routes that tell BigCommerce how to link to pages on a [headless storefront](/docs/storefront/headless).
## Usage Notes
* For a list of supported route types, see [Route types](/docs/rest-management/sites#route-types).
Expand Down
8 changes: 4 additions & 4 deletions reference/widgets.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1879,14 +1879,14 @@ components:
widgetSchemaSetting_Base:
type: object
title: widgetSchemaSetting_Base
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.'
properties:
type:
type: string
description: |-
The type of setting component to display. You can view the list of elements below to discover which are available to use.
For examples of each type of setting, see [Page Builder > Schema Settings](/stencil-docs/page-builder/schema-settings/alignment) in Theme Docs.
For examples of each type of setting, see [Page Builder > Schema Settings](/docs/storefront/widgets/input-reference/settings#alignment) in Theme Docs.
enum:
- alignment
- boolean
Expand Down Expand Up @@ -1956,14 +1956,14 @@ components:
items:
type: object
title: widgetSchemaSetting_Base
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.'
properties:
type:
type: string
description: |-
The type of setting component to display. You can view the list of elements below to discover which are available to use.
For examples of each type of setting, see [Page Builder > Schema Settings](/stencil-docs/page-builder/schema-settings/alignment) in Theme Docs.
For examples of each type of setting, see [Page Builder > Schema Settings](/docs/storefront/widgets/input-reference/settings#alignment) in Theme Docs.
enum:
- alignment
- boolean
Expand Down

1 comment on commit 012797f

@bc-stephen-hilliard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good

Please sign in to comment.