mkdocs / mkdocs-redirects

Open source plugin for Mkdocs page redirects
MIT License
176 stars 25 forks source link

Document redirection link #62

Closed dp1218 closed 2 months ago

dp1218 commented 2 months ago

The redirection may be broken if the javascript of the page cannot be executed because of a middleware or if the browser of the client disabled it. Also note that the meta redirect is set as deprecated by the W3C.

With those conditions, the human may land on a page which is in fact a dead end because no information is provided to tell them what should have happened.

This PR proposes a fix by printing a link to click to follow manually the redirection.

pawamoy commented 2 months ago

Thanks for the reminder @dp1218 :slightly_smiling_face: I have approved the PR and will merge it in a couple days.