inkdropapp / api-docs

API documentation for Inkdrop

Home Page:https://developers.inkdrop.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong redirection

Keisir opened this issue · comments

Hey,
While looking at this documentation I noticed a bug that redirects you to a different page twice.

Info:
The error occurs on Windows with Google Chrome or Firefox. No browser extensions are installed.

Steps to reproduce the bug:

  1. click on a link, it doesn't matter if it is an external web page or a page of this documentation.
  2. after opening the page, use the back button to return to the previous page.
  3. within a few seconds you will be redirected to the page you navigated back from.

wrong-redirection

Hi Keisir,

Thanks for the report.
ahh that's because it uses next/link for external links. Just a should be used here.

culprit:

export const a = Link