From d3f15cfd8b2bb4c0c697bd995dfa4546474235ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 3 Oct 2017 18:05:23 +0200 Subject: Make a few link use https --- doc/src/guide/erlang_web.asciidoc | 2 +- doc/src/guide/listeners.asciidoc | 2 +- doc/src/guide/resp.asciidoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/src/guide/erlang_web.asciidoc b/doc/src/guide/erlang_web.asciidoc index e42f8fb..f528adc 100644 --- a/doc/src/guide/erlang_web.asciidoc +++ b/doc/src/guide/erlang_web.asciidoc @@ -188,7 +188,7 @@ blocks and patterns, rather than details like the syntax. You can most likely read it as a complete beginner, but you will need a companion book to make the most of it. -Buy it from the http://ninenines.eu[Nine Nines website]. +Buy it from the https://ninenines.eu[Nine Nines website]. ==== Programming Erlang diff --git a/doc/src/guide/listeners.asciidoc b/doc/src/guide/listeners.asciidoc index d905c68..10ac4aa 100644 --- a/doc/src/guide/listeners.asciidoc +++ b/doc/src/guide/listeners.asciidoc @@ -7,7 +7,7 @@ Depending on the connection handshake, one or another protocol may be used. This chapter is specific to Cowboy. Please refer to the -http://ninenines.eu/docs/en/ranch/1.3/guide/listeners/[Ranch User Guide] +https://ninenines.eu/docs/en/ranch/1.3/guide/listeners/[Ranch User Guide] for more information about listeners. Cowboy provides two types of listeners: one listening for 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). ---- -- cgit v1.2.3