Skip to content

Commit

Permalink
docs: fix broken link (#2638)
Browse files Browse the repository at this point in the history
At the bottom of the API Reference page, the "In Component Guards" link in the [Component Enabled Options section](https://router.vuejs.org/api/#component-enabled-options) wasn't pointing at the correct header.
  • Loading branch information
psalaets authored and posva committed Mar 10, 2019
1 parent bd41be0 commit 0b4d69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,4 +505,4 @@ These properties are injected into every child component by passing the router i
- **beforeRouteUpdate**
- **beforeRouteLeave**
See [In Component Guards](../guide/advanced/navigation-guards.md#incomponent-guards).
See [In Component Guards](../guide/advanced/navigation-guards.md#in-component-guards).

0 comments on commit 0b4d69e

Please sign in to comment.