http
http copied to clipboard
Corrupted links
How to reproduce:
- Visit https://http.nuxtjs.org/getting-started/setup,
- Click on the "$http" link in the sentence "That's it! You can now use $http in your Nuxt app ✨"
Result: It leads to an incorrect link: https://http.nuxtjs.org/usage Expected result: page located at https://http.nuxtjs.org/getting-started/setup
The same on the page https://http.nuxtjs.org/getting-started/usage/
- Click on the link "available HTTP methods" in the sentence "See the list of available HTTP methods."
Result: It leads to an incorrect link https://http.nuxtjs.org/http-methods Expected result: page https://http.nuxtjs.org/getting-started/http-methods
PR created: https://github.com/nuxt/http/pull/224