From 11d2371abe3829932de3d2f0457d8a583b0639cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= Date: Mon, 19 Sep 2022 10:56:20 +0200 Subject: [PATCH] docs: fix links to Nuxt 3 documentation (#588) --- docs/content/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index d09715e..d347fe4 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -17,7 +17,7 @@ features: -Axios module supports Nuxt 2. Nuxt 3 users can use the new isomorphic [$fetch API](https://v3.nuxtjs.org/docs/usage/data-fetching/#usefetch) ([migration guide](https://v3.nuxtjs.org/docs/migration/component-options#isomorphic-fetch)). +Axios module supports Nuxt 2. Nuxt 3 users can use the new isomorphic [$fetch API](https://v3.nuxtjs.org/getting-started/data-fetching/#usefetch) ([migration guide](https://v3.nuxtjs.org/migration/component-options/#isomorphic-fetch)).