docs: fix broken link (#4262)

Since Docus does not handle redirection (but will Nuxt Content v2)
This commit is contained in:
Sébastien Chopin 2022-04-11 17:52:38 +02:00 committed by GitHub
parent 2c540e7870
commit 9378f8ffab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Contrary to a classic global declaration, Nuxt preserves typings and IDEs comple
::alert{type=info icon=💡}
In the documentation, every function that is not explicitly imported is auto-imported by Nuxt and can be used as-is in your code.
You can find a reference of auto-imported [composables](/api/composables/) and [utilities](/api/utils/) in the API section.
You can find a reference of auto-imported [composables](/api/composables/use-async-data) and [utilities](/api/utils/$fetch) in the API section.
::
::alert{type=warning}