Skip to content

Commit 3f316fd

Browse files
authored
Fix Github template links (#760)
1 parent abed779 commit 3f316fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Before creating your issue:
44

55
* Have a question? Find community resources at https://graphql.org/community/
66

7-
* Find an editing mistake? Create a Pull Request with the edited fix! The Github UI allows you to edit files directly, find the source files at: https://github.com/facebook/graphql/tree/master/spec
7+
* Find an editing mistake? Create a Pull Request with the edited fix! The Github UI allows you to edit files directly, find the source files at: https://github.com/graphql/graphql-spec/tree/master/spec
88

99
* Improvements to documentation? Head over to https://github.com/graphql/graphql.github.io
1010

11-
* Feature request? First read https://github.com/facebook/graphql/blob/master/CONTRIBUTING.md and prefer creating a Pull Request!
11+
* Feature request? First read https://github.com/graphql/graphql-spec/blob/master/CONTRIBUTING.md and prefer creating a Pull Request!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
!!! IMPORTANT !!!
22

3-
Please Read https://github.com/facebook/graphql/blob/master/CONTRIBUTING.md before creating a Pull Request.
3+
Please Read https://github.com/graphql/graphql-spec/blob/master/CONTRIBUTING.md before creating a Pull Request.

0 commit comments

Comments
 (0)