Skip to content

Commit 3b97f9d

Browse files
authored
Actualize link to spec chapter about status codes (#463)
1 parent 063b9b5 commit 3b97f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Http/HttpCodeDecider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class HttpCodeDecider implements HttpCodeDeciderInterface
1414
/**
1515
* Decides the HTTP status code based on the answer.
1616
*
17-
* @see https://github.com/APIs-guru/graphql-over-http#status-codes
17+
* @see https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#status-codes
1818
*/
1919
public function decideHttpStatusCode(ExecutionResult $result): int
2020
{

src/Http/HttpCodeDeciderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface HttpCodeDeciderInterface
1111
/**
1212
* Decides the HTTP status code based on the answer.
1313
*
14-
* @see https://github.com/APIs-guru/graphql-over-http#status-codes
14+
* @see https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#status-codes
1515
*/
1616
public function decideHttpStatusCode(ExecutionResult $result): int;
1717
}

0 commit comments

Comments
 (0)