Skip to content

Commit b4f24bc

Browse files
authored
Corrected RFC reference
Corrected RFC reference
1 parent 0674b4c commit b4f24bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ If possible, APIs SHOULD use resource-based designs with standard HTTP methods r
275275

276276
Operation resources MUST have a binding parameter that matches the type of the bound resource. In addition, both actions and functions support overloading, meaning an API definition might contain multiple actions or functions with the same name.
277277

278-
For an additional list of standard HTTP methods, see the [RFC7230](https://www.rfc-editor.org/rfc/rfc9112)).
278+
For an additional list of standard HTTP methods, see the [RFC7231 Hypertext Transfer Protocol](https://www.rfc-editor.org/rfc/rfc7231).
279279

280280
### Error handling
281281

0 commit comments

Comments
 (0)