Skip to content

Commit

Permalink
Fix broken link to HTTP status code list (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch authored Sep 18, 2024
1 parent 1f9f691 commit 6ba7a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/main/asciidoc/statuscodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The HTTP response status code SHOULD be returned that best describes the outcome
The table below list most common combinations of a status code for each HTTP method, though may not be exhaustive. Combinations explicitly excluded ( `-`) SHOULD NOT be used.
====

The full list of HTTP status codes is documented http://www.ietf.org/assignments/http-status-codes/http-status-codes.xml[here^].
The full list of HTTP status codes is documented https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml[here^].

http://for-get.github.io/http-decision-diagram/httpdd.fsm.html[This HTTP status codes chart] (takes a while to load) shows a decision tree to determine the usage of the correct HTTP status code.

Expand Down

0 comments on commit 6ba7a69

Please sign in to comment.