]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix link (#1709)
authorSalim Djerbouh <13698160+CaddyDz@users.noreply.github.com>
Tue, 21 Feb 2023 07:32:11 +0000 (08:32 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Feb 2023 07:54:15 +0000 (08:54 +0100)
packages/docs/guide/essentials/history-mode.md

index 3200bd14d2c27a6b2a0f1196c15e1e73f4da7fd3..231dcaec53522490cb8ea8f67191c2d5cd1a515e 100644 (file)
@@ -64,7 +64,7 @@ While it's not recommended, you can use this mode inside Browser applications bu
 
 ## Example Server Configurations
 
-**Note**: The following examples assume you are serving your app from the root folder. If you deploy to a subfolder, you should use [the `publicPath` option of Vue CLI](https://cli.vuejs.org/config/#publicpath) and the related [`base` property of the router](../../api/#createwebhistory). You also need to adjust the examples below to use the subfolder instead of the root folder (e.g. replacing `RewriteBase /` with `RewriteBase /name-of-your-subfolder/`).
+**Note**: The following examples assume you are serving your app from the root folder. If you deploy to a subfolder, you should use [the `publicPath` option of Vue CLI](https://cli.vuejs.org/config/#publicpath) and the related [`base` property of the router](../../api/#Functions-createWebHistory). You also need to adjust the examples below to use the subfolder instead of the root folder (e.g. replacing `RewriteBase /` with `RewriteBase /name-of-your-subfolder/`).
 
 ### Apache