jestjs / jest

Delightful JavaScript Testing.
https://jestjs.io
MIT License
43.84k stars 6.39k forks source link

[Docs]: From v27 to v28 page is no longer accessible #15112

Open harsh183 opened 3 weeks ago

harsh183 commented 3 weeks ago

Page(s)

https://jestjs.io/docs/28.x/upgrading-to-jest28

Description

The page is no longer accessible, but there's a lot of the internet that links to the page, even jest pages themselves.

It still works in archive.org at least: https://web.archive.org/web/20230330085721/https://jestjs.io/docs/28.x/upgrading-to-jest28#transformer, so I'm not blocked

harsh183 commented 3 weeks ago

Let me know if I need to add anything else.

mrazauskas commented 2 weeks ago

The page can be found here: https://jest-archive-august-2023.netlify.app/docs/28.x/upgrading-to-jest28

Might be worth updating broken links similar to #14988. The breakage was introduced in #14425.

harsh183 commented 2 weeks ago

Thanks, I'll use that link for linking others. I think a simple redirect for this link and other links that change in the future will be a good idea, especially as people tend to upgrade versions incrementally.

harsh183 commented 1 week ago

@SimenB would you be able to set up a redirect for this? Happy to help if you don't have the cycles and point me to where I can do this, but it's probably simpler for the maintainers to update this.