diff options
Diffstat (limited to 'doc/src/guide/resp.asciidoc')
-rw-r--r-- | doc/src/guide/resp.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/resp.asciidoc b/doc/src/guide/resp.asciidoc index 1f6b318..2eaa804 100644 --- a/doc/src/guide/resp.asciidoc +++ b/doc/src/guide/resp.asciidoc @@ -37,7 +37,7 @@ use `cowboy_req:reply/3`: [source,erlang] ---- Req = cowboy_req:reply(303, #{ - <<"location">> => <<"http://ninenines.eu">> + <<"location">> => <<"https://ninenines.eu">> }, Req0). ---- |