aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/resp.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/resp.asciidoc')
-rw-r--r--doc/src/guide/resp.asciidoc2
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).
----