nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

Corrupted links #212

Open apalevich opened 2 years ago

apalevich commented 2 years ago

How to reproduce:

  1. Visit https://http.nuxtjs.org/getting-started/setup,
  2. 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

apalevich commented 2 years ago

The same on the page https://http.nuxtjs.org/getting-started/usage/

  1. 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