http icon indicating copy to clipboard operation
http copied to clipboard

Corrupted links

Open apalevich opened this issue 3 years ago • 2 comments

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 avatar Aug 31 '22 13:08 apalevich

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

apalevich avatar Aug 31 '22 13:08 apalevich

PR created: https://github.com/nuxt/http/pull/224

UsmanLiaqat404 avatar Feb 18 '24 16:02 UsmanLiaqat404