graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

Broken source code URL in API docs

Open vwkd opened this issue 2 years ago • 1 comments

The source code URLs in the API docs are broken. The host is undefined instead of github.com. For example,

https://graphql-js.org/api#ASTKindToNode

links to

https://undefined/graphql/graphql-js/blob/master/language/ast.ts#L191

vwkd avatar Jun 19 '23 11:06 vwkd

It's still undefined for me.

Screenshot 2023-09-11 at 6 19 50 PM

mkraft avatar Sep 11 '23 22:09 mkraft