From 14893d566b8a487f9b529155f938ef103f7766ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Thu, 23 Jun 2022 09:34:03 +0000 Subject: [PATCH] update en/application-dev/quick-start/start-with-ets-low-code.md. Signed-off-by: @ge-yafang --- en/application-dev/quick-start/start-with-ets-low-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fc897bead0..ca50b14903 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. -- GitLab