File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/ui-extensions/src/surfaces/checkout/api/standard Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 > ;
You can’t perform that action at this time.
0 commit comments