mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Make a few link use https
This commit is contained in:
parent
716a052b15
commit
d3f15cfd8b
4 changed files with 6 additions and 6 deletions
|
@ -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).
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue