diff --git a/src/v2/guide/components-dynamic-async.md b/src/v2/guide/components-dynamic-async.md index 988e130b48..18a91d5159 100644 --- a/src/v2/guide/components-dynamic-async.md +++ b/src/v2/guide/components-dynamic-async.md @@ -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({