graphql / graphql.github.io

GraphQL Documentation at graphql.org

Home Page:https://graphql.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Edit this page" link on FAQ page goes to `github.com/faq`

abhiraj-ku opened this issue · comments

If we click on edit this page on graphql/faq then it takes to github.com/faq and not github.com/graphql/faq

commented

(Moving to graphql.github.io repo.)

Specifically when you go to https://graphql.org/faq/ and click the Edit this page link in the footer, you are sent to https://github.com/faq.

Instead you should be sent to:

https://github.com/graphql/graphql.github.io/blob/source/src/pages/faq.tsx

Or, more ideally, to:

https://github.com/graphql/graphql.github.io/tree/source/src/content/faq

I think this is fixed now thanks to @dimaMachina's refactoring!
Please reopen if that's not the case