Skip to content

Commit 1b65204

Browse files
author
Alan Wang
authored
docs: fix links (vuejs#645)
1 parent 6eccfb6 commit 1b65204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/essentials/dynamic-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const routes = [
8888
]
8989
```
9090

91-
In this specific scenario we are using a [custom regexp](/guide/advanced/path-matching.md#custom-regexp) between parentheses and marking the `pathMatch` param as [optionally repeatable](/guide/advanced/path-matching.md#zero-or-more). This is to allow us to directly navigate to the route if we need to by splitting the `path` into an array:
91+
In this specific scenario we are using a [custom regexp](/guide/essentials/route-matching-syntax.md#custom-regexp-in-params) between parentheses and marking the `pathMatch` param as [optionally repeatable](/guide/essentials/route-matching-syntax.md#optional-parameters). This is to allows us to directly navigate to the route if we need to by splitting the `path` into an array:
9292

9393
```js
9494
this.$router.push({
@@ -97,7 +97,7 @@ this.$router.push({
9797
})
9898
```
9999

100-
See more in the [repeated params](/guide/advanced/path-matching.md#zero-or-more) section.
100+
See more in the [repeated params](/guide/essentials/route-matching-syntax.md#repeatable-params) section.
101101

102102
If you are using [History mode](./history-mode.md), make sure to follow the instructions to correctly configure your server as well.
103103

0 commit comments

Comments
 (0)