Skip to content

Commit cd4408b

Browse files
authored
Fix broken cart instruction link (#2732)
* fix broken cart-instruction link * fix path to respect selected version of api
1 parent 316b82e commit cd4408b

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-extensions/src/surfaces/checkout/api/standard

1 file changed

+1
-1
lines changed

packages/ui-extensions/src/surfaces/checkout/api/standard/standard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ export interface StandardApi<Target extends ExtensionTarget = ExtensionTarget> {
515515
* check `discounts.canUpdateDiscountCodes` to ensure it's supported in this checkout.
516516
*
517517
* > Caution: As of version `2024-07`, UI extension code must check for instructions before calling select APIs in case those APIs are not available.
518-
* See the [update guide](/docs/api/checkout-ui-extensions/instructions-update) for more information.
518+
* See the [update guide](/docs/api/checkout-ui-extensions/apis/cart-instructions#examples) for more information.
519519
*
520520
*/
521521
instructions: StatefulRemoteSubscribable<CartInstructions>;

0 commit comments

Comments
 (0)