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 9ee6af6 commit 5de706a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions reference/orders.v2.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reference/payments/process_payments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion reference/sites.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reference/storefront_tokens.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions reference/widgets.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit 5de706a

@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.