File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments