Skip to content

Commit

Permalink
Update link to HTTP status code documentation
Browse files Browse the repository at this point in the history
See Issue #1737
  • Loading branch information
Peter Hentges committed Jan 28, 2025
1 parent 899dbfd commit ce9ea25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/api/en/4x/res-redirect.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3 id='res.redirect'>res.redirect([status,] path)</h3>

Redirects to the URL derived from the specified `path`, with specified `status`, a positive integer
that corresponds to an [HTTP status code](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) .
that corresponds to an [HTTP status code](https://www.rfc-editor.org/rfc/rfc9110.html#name-status-codes) .
If not specified, `status` defaults to "302 "Found".

```js
Expand Down
2 changes: 1 addition & 1 deletion _includes/api/en/5x/res-redirect.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3 id='res.redirect'>res.redirect([status,] path)</h3>

Redirects to the URL derived from the specified `path`, with specified `status`, a positive integer
that corresponds to an [HTTP status code](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
that corresponds to an [HTTP status code](https://www.rfc-editor.org/rfc/rfc9110.html#name-status-codes).
If not specified, `status` defaults to `302 "Found"`.

```js
Expand Down

0 comments on commit ce9ea25

Please sign in to comment.