You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphQL.js webpages are still included in the website, and are still searchable and navigable. However, when you reload the page you are sent to GraphQL-js.org and the webpage doesn't necessarily exist.
I've partially addressed this in #1958 - most of the links work again now (by redirecting to the /docs/ URL) but we still need to solve the internal links issue - people shouldn't be able to browse to these unmaintained docs. See also #1945
Description
GraphQL.js webpages are still included in the website, and are still searchable and navigable. However, when you reload the page you are sent to GraphQL-js.org and the webpage doesn't necessarily exist.
Steps to Reproduce
https://graphql.org/graphql-js/running-an-express-graphql-server/
and a web page is renderedhttps://graphql.org/graphql-js/running-an-express-graphql-server/
directly)https://www.graphql-js.org/running-an-express-graphql-server/
and greeted with a 404.Expected Result
In step 3 you should be directed to graphql-js.org (or the search result should not appear in the first place?)
If you visit
https://graphql.org/graphql-js/running-an-express-graphql-server/
directly, you should be redirected to an extant page ongraphql-js.org
Actual Result
Old content rendered in step 3.
404 rendered in step 5.
The text was updated successfully, but these errors were encountered: