diff options
author | Loïc Hoguin <[email protected]> | 2017-10-04 14:09:03 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-04 14:09:03 +0200 |
commit | 41c45fad60ad2460015e5dcbc7d7e52a44ea79b4 (patch) | |
tree | 67029aa5d69c1d520edd14b56d8e4d8df26d9ab3 /docs | |
parent | 5cb08c35580023b91091c93f9a1f9198e35055c2 (diff) | |
download | ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.tar.gz ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.tar.bz2 ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.zip |
Cowboy 2.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/cowboy/2.0/guide/erlang_web.asciidoc | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/erlang_web/index.html | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/listeners.asciidoc | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/listeners/index.html | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/resp.asciidoc | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/resp/index.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/docs/en/cowboy/2.0/guide/erlang_web.asciidoc b/docs/en/cowboy/2.0/guide/erlang_web.asciidoc index e42f8fbb..f528adc3 100644 --- a/docs/en/cowboy/2.0/guide/erlang_web.asciidoc +++ b/docs/en/cowboy/2.0/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/docs/en/cowboy/2.0/guide/erlang_web/index.html b/docs/en/cowboy/2.0/guide/erlang_web/index.html index accea26d..33ceb1e6 100644 --- a/docs/en/cowboy/2.0/guide/erlang_web/index.html +++ b/docs/en/cowboy/2.0/guide/erlang_web/index.html @@ -234,7 +234,7 @@ an Erlang section where it covers directly the building blocks and patterns, rather than details like the syntax.</p></div> <div class="paragraph"><p>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 <a href="http://ninenines.eu">Nine Nines website</a>.</p></div> +Buy it from the <a href="https://ninenines.eu">Nine Nines website</a>.</p></div> </div> <div class="sect3"> <h4 id="_programming_erlang">Programming Erlang</h4> diff --git a/docs/en/cowboy/2.0/guide/listeners.asciidoc b/docs/en/cowboy/2.0/guide/listeners.asciidoc index d905c686..10ac4aad 100644 --- a/docs/en/cowboy/2.0/guide/listeners.asciidoc +++ b/docs/en/cowboy/2.0/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/docs/en/cowboy/2.0/guide/listeners/index.html b/docs/en/cowboy/2.0/guide/listeners/index.html index a5fbb60e..ee7a86f9 100644 --- a/docs/en/cowboy/2.0/guide/listeners/index.html +++ b/docs/en/cowboy/2.0/guide/listeners/index.html @@ -72,7 +72,7 @@ new connections. Incoming connections get handled by Cowboy. Depending on the connection handshake, one or another protocol may be used.</p></div> <div class="paragraph"><p>This chapter is specific to Cowboy. Please refer to the -<a href="http://ninenines.eu/docs/en/ranch/1.3/guide/listeners/">Ranch User Guide</a> +<a href="https://ninenines.eu/docs/en/ranch/1.3/guide/listeners/">Ranch User Guide</a> for more information about listeners.</p></div> <div class="paragraph"><p>Cowboy provides two types of listeners: one listening for clear TCP connections, and one listening for secure TLS diff --git a/docs/en/cowboy/2.0/guide/resp.asciidoc b/docs/en/cowboy/2.0/guide/resp.asciidoc index 1f6b3188..2eaa804f 100644 --- a/docs/en/cowboy/2.0/guide/resp.asciidoc +++ b/docs/en/cowboy/2.0/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). ---- diff --git a/docs/en/cowboy/2.0/guide/resp/index.html b/docs/en/cowboy/2.0/guide/resp/index.html index 60035278..6ecdd801 100644 --- a/docs/en/cowboy/2.0/guide/resp/index.html +++ b/docs/en/cowboy/2.0/guide/resp/index.html @@ -103,7 +103,7 @@ by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> <pre><tt><span style="color: #009900">Req</span> <span style="color: #990000">=</span> <span style="font-weight: bold"><span style="color: #000000">cowboy_req:reply</span></span>(<span style="color: #993399">303</span>, #{ - <span style="color: #990000"><<</span><span style="color: #FF0000">"location"</span><span style="color: #990000">>></span> <span style="color: #990000">=></span> <span style="color: #990000"><<</span><span style="color: #FF0000">"http://ninenines.eu"</span><span style="color: #990000">>></span> + <span style="color: #990000"><<</span><span style="color: #FF0000">"location"</span><span style="color: #990000">>></span> <span style="color: #990000">=></span> <span style="color: #990000"><<</span><span style="color: #FF0000">"https://ninenines.eu"</span><span style="color: #990000">>></span> }, <span style="color: #009900">Req0</span>)<span style="color: #990000">.</span></tt></pre></div></div> <div class="paragraph"><p>Note that the header name must always be a lowercase binary.</p></div> |