Skip to content

Commit

Permalink
docs: fix migration guide link (nuxt#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL authored Apr 20, 2019
1 parent 9f6fdb7 commit a39ae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a39ae67

Please sign in to comment.