Skip to content

Commit

Permalink
Specified accurate url. (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb86 authored and phanan committed Dec 17, 2018
1 parent e7de43b commit d9c5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/components-dynamic-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Vue.component(
)
```

When using [local registration](components.html#Local-Registration), you can also directly provide a function that returns a `Promise`:
When using [local registration](components-registration.html#Local-Registration), you can also directly provide a function that returns a `Promise`:

``` js
new Vue({
Expand Down

0 comments on commit d9c5695

Please sign in to comment.