]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
Update redirect-and-alias.md (#1285)
authorWei Zhao <cp3hnu@gmail.com>
Thu, 27 Jan 2022 08:49:14 +0000 (16:49 +0800)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 08:49:14 +0000 (09:49 +0100)
docs/zh/guide/essentials/redirect-and-alias.md

index 8df0a7e5f10610ea5e3d329a52aa1fb4e994bae4..feaba513fdb65bf875a501575911905bb674c426 100644 (file)
@@ -2,7 +2,7 @@
 
 ## 重定向
 
-重定向也是通过 `routes` 配置来完成,下面例子是从 `/a` 重定向到 `/b`:
+重定向也是通过 `routes` 配置来完成,下面例子是从 `/home` 重定向到 `/`:
 
 
 ```js