Skip to content

Commit d5315a8

Browse files
authored
Don't hardcode spec URL into the spec (#226)
1 parent d51ae80 commit d5315a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/GraphQLOverHTTP.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,7 @@ A server must comply with
412412
## Body
413413

414414
The body of the server's response MUST follow the requirements for a
415-
[GraphQL response](https://graphql.github.io/graphql-spec/draft/#sec-Response),
416-
encoded directly in the chosen media type.
415+
[GraphQL response](#sec-Response), encoded directly in the chosen media type.
417416

418417
A server MUST indicate the media type of the response with a `Content-Type`
419418
header.

0 commit comments

Comments
 (0)