From f3ba032eca8f469ffa13c44abc9b5ccab9e5f39d Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Sat, 20 Apr 2019 21:14:36 +0200 Subject: [PATCH] docs: fix migration guide link --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index cdd24ee..bbd8ec7 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -2,7 +2,7 @@ HTTP module for Nuxt.js provides a universal way to make HTTP requests to the API backend. -This module is an alternative to [Axios Module](https://github.com/nuxt-community/axios-module). Behind the scenes it use [ky-universal](https://github.com/sindresorhus/ky-universal) and [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to make HTTP requests. Please see the [migration guide](./migration) if you are currently using axios module and wish to migrate. +This module is an alternative to [Axios Module](https://github.com/nuxt-community/axios-module). Behind the scenes it use [ky-universal](https://github.com/sindresorhus/ky-universal) and [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to make HTTP requests. Please see the [migration guide](./guide/migration) if you are currently using axios module and wish to migrate. Starting from `v2.5.0`, Nuxt.js has built-in support for universal fetch. However, this module provides several advantages: