diff --git a/en/application-dev/quick-start/start-with-ets-low-code.md b/en/application-dev/quick-start/start-with-ets-low-code.md index fc897bead0d8009b0e913bbd37a18513fa8807bf..ca50b149038b8b5e573039f45bacabfbcaec1ec2 100644 --- a/en/application-dev/quick-start/start-with-ets-low-code.md +++ b/en/application-dev/quick-start/start-with-ets-low-code.md @@ -123,7 +123,7 @@ Add **Column**, **Text**, and **Button** components to the first page. A column ## Implementing Page Redirection -You can implement page redirection through the page router, which finds the target page based on the page URI. Import the **router** module and then perform the steps below: +You can implement page redirection through the page router, which finds the target page based on the page URL. Import the **router** module and then perform the steps below: 1. Implement redirection from the first page to the second page.