graphql.github.io icon indicating copy to clipboard operation
graphql.github.io copied to clipboard

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

Open abhiraj-ku opened this issue 2 years ago • 1 comments

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

abhiraj-ku avatar Jul 12 '23 16:07 abhiraj-ku

(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

benjie avatar Aug 03 '23 08:08 benjie

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

Urigo avatar Mar 28 '24 19:03 Urigo