From 9599d714ae0f2b3d4518ba66ddd06ff609276ee0 Mon Sep 17 00:00:00 2001 From: Adarsh Manickam Date: Tue, 12 Nov 2019 23:26:21 +0530 Subject: [PATCH] Fixed incorrect link syntax --- guides/v2.2/howdoi/checkout/checkout_customize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/howdoi/checkout/checkout_customize.md b/guides/v2.2/howdoi/checkout/checkout_customize.md index bc0be8abfcd..4a5d1bcca72 100755 --- a/guides/v2.2/howdoi/checkout/checkout_customize.md +++ b/guides/v2.2/howdoi/checkout/checkout_customize.md @@ -10,7 +10,7 @@ functional_areas: - Checkout --- -This topic contains the basic information about how to customize the view of an existing [checkout](https://glossary.magento.com/checkout) step. In the Magento application, checkout is implemented using UI components. You can customize each step by [changing the [JavaScript](https://glossary.magento.com/javascript) implementation or template](#change-component) for a component, [adding](#add), [disabling](#disable), or [removing](#remove) a component. +This topic contains the basic information about how to customize the view of an existing [checkout](https://glossary.magento.com/checkout) step. In the Magento application, checkout is implemented using UI components. You can customize each step by [changing the JavaScript implementation or template](#change-component) for a component, [adding](#add), [disabling](#disable), or [removing](#remove) a component. ## Change the component's .js implementation and template {#change-component}