summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-01 00:08:31 +0200
committerLoïc Hoguin <[email protected]>2016-10-01 00:08:31 +0200
commit83f1ad46e84c1a9016c9dee2c1ec749880dfd260 (patch)
tree255dee9f634e4e4395cc48ece6b307f131da30d2 /docs/en/cowboy/2.0/guide
parent348cfe494318d0c12072fd75ff451c3b40168965 (diff)
downloadninenines.eu-83f1ad46e84c1a9016c9dee2c1ec749880dfd260.tar.gz
ninenines.eu-83f1ad46e84c1a9016c9dee2c1ec749880dfd260.tar.bz2
ninenines.eu-83f1ad46e84c1a9016c9dee2c1ec749880dfd260.zip
HTTPS fixes and link:man support in docs + doc update
Diffstat (limited to 'docs/en/cowboy/2.0/guide')
-rw-r--r--docs/en/cowboy/2.0/guide/architecture/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/broken_clients/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/constraints/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/cookies/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/erlang_web/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/flow_diagram/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/getting_started/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/handlers/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/hooks/index.html4
-rw-r--r--docs/en/cowboy/2.0/guide/index.html2
-rw-r--r--docs/en/cowboy/2.0/guide/introduction.asciidoc2
-rw-r--r--docs/en/cowboy/2.0/guide/introduction/index.html8
-rw-r--r--docs/en/cowboy/2.0/guide/listeners/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/loop_handlers/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/middlewares/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/modern_web/index.html4
-rw-r--r--docs/en/cowboy/2.0/guide/multipart/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/overview/index.html2
-rw-r--r--docs/en/cowboy/2.0/guide/req/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/req_body/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/resource_design/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/resp/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/rest_flowcharts/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/rest_handlers/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/rest_principles/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/routing/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/static_files/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/sub_protocols/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/ws_handlers/index.html6
-rw-r--r--docs/en/cowboy/2.0/guide/ws_protocol/index.html6
30 files changed, 83 insertions, 83 deletions
diff --git a/docs/en/cowboy/2.0/guide/architecture/index.html b/docs/en/cowboy/2.0/guide/architecture/index.html
index 6f2015d6..0b3f8cb7 100644
--- a/docs/en/cowboy/2.0/guide/architecture/index.html
+++ b/docs/en/cowboy/2.0/guide/architecture/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Architecture</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -127,13 +127,13 @@ only processing short-lived requests.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_handlers/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/ws_handlers/">
Websocket handlers
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/broken_clients/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/broken_clients/">
Dealing with broken clients
</a>
diff --git a/docs/en/cowboy/2.0/guide/broken_clients/index.html b/docs/en/cowboy/2.0/guide/broken_clients/index.html
index dd8fb375..3860e51e 100644
--- a/docs/en/cowboy/2.0/guide/broken_clients/index.html
+++ b/docs/en/cowboy/2.0/guide/broken_clients/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Dealing with broken clients</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -141,13 +141,13 @@ http://www.gnu.org/software/src-highlite -->
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/architecture/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/architecture/">
Architecture
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
Middlewares
</a>
diff --git a/docs/en/cowboy/2.0/guide/constraints/index.html b/docs/en/cowboy/2.0/guide/constraints/index.html
index 433c02da..10a80953 100644
--- a/docs/en/cowboy/2.0/guide/constraints/index.html
+++ b/docs/en/cowboy/2.0/guide/constraints/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Constraints</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -183,13 +183,13 @@ to ensure that we do not crash when the input is invalid.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/routing/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/routing/">
Routing
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/handlers/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/handlers/">
Handlers
</a>
diff --git a/docs/en/cowboy/2.0/guide/cookies/index.html b/docs/en/cowboy/2.0/guide/cookies/index.html
index d516af72..2ea3e430 100644
--- a/docs/en/cowboy/2.0/guide/cookies/index.html
+++ b/docs/en/cowboy/2.0/guide/cookies/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Using cookies</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -216,13 +216,13 @@ exception is thrown.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resp/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/resp/">
Sending a response
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/multipart/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/multipart/">
Multipart requests
</a>
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 d2db7199..bd578340 100644
--- a/docs/en/cowboy/2.0/guide/erlang_web/index.html
+++ b/docs/en/cowboy/2.0/guide/erlang_web/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Erlang and the Web</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -266,13 +266,13 @@ ebook version.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/modern_web/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/modern_web/">
The modern Web
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/introduction/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/introduction/">
Introduction
</a>
diff --git a/docs/en/cowboy/2.0/guide/flow_diagram/index.html b/docs/en/cowboy/2.0/guide/flow_diagram/index.html
index 79908680..7ec5684f 100644
--- a/docs/en/cowboy/2.0/guide/flow_diagram/index.html
+++ b/docs/en/cowboy/2.0/guide/flow_diagram/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Flow diagram</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -79,13 +79,13 @@
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/">
Getting started
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/listeners/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/listeners/">
Listeners
</a>
diff --git a/docs/en/cowboy/2.0/guide/getting_started/index.html b/docs/en/cowboy/2.0/guide/getting_started/index.html
index 2e926dea..03e1dea7 100644
--- a/docs/en/cowboy/2.0/guide/getting_started/index.html
+++ b/docs/en/cowboy/2.0/guide/getting_started/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Getting started</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -229,13 +229,13 @@ in your browser, you should get a nice <code>Hello Erlang!</code> displayed!</p>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/introduction/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/introduction/">
Introduction
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/flow_diagram/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/flow_diagram/">
Flow diagram
</a>
diff --git a/docs/en/cowboy/2.0/guide/handlers/index.html b/docs/en/cowboy/2.0/guide/handlers/index.html
index 5826a1e7..b68527d9 100644
--- a/docs/en/cowboy/2.0/guide/handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/handlers/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Handlers</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -174,13 +174,13 @@ process will terminate soon after this call returns.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/constraints/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/constraints/">
Constraints
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/loop_handlers/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/loop_handlers/">
Loop handlers
</a>
diff --git a/docs/en/cowboy/2.0/guide/hooks/index.html b/docs/en/cowboy/2.0/guide/hooks/index.html
index 57d5baa6..00cf2d9e 100644
--- a/docs/en/cowboy/2.0/guide/hooks/index.html
+++ b/docs/en/cowboy/2.0/guide/hooks/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Hooks</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -121,7 +121,7 @@ http://www.gnu.org/software/src-highlite -->
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
Sub protocols
</a>
diff --git a/docs/en/cowboy/2.0/guide/index.html b/docs/en/cowboy/2.0/guide/index.html
index d6403441..0d0a92e5 100644
--- a/docs/en/cowboy/2.0/guide/index.html
+++ b/docs/en/cowboy/2.0/guide/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Cowboy User Guide</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
diff --git a/docs/en/cowboy/2.0/guide/introduction.asciidoc b/docs/en/cowboy/2.0/guide/introduction.asciidoc
index d262b5ce..c9d042d3 100644
--- a/docs/en/cowboy/2.0/guide/introduction.asciidoc
+++ b/docs/en/cowboy/2.0/guide/introduction.asciidoc
@@ -1,7 +1,7 @@
[[introduction]]
== Introduction
-Cowboy is a small, fast and modular HTTP server written in Erlang.
+Cowboy is a small, fast and modern HTTP server for Erlang/OTP.
Cowboy aims to provide a complete xref:modern_web[modern Web stack].
This includes HTTP/1.1, HTTP/2, Websocket, Server-Sent Events and
diff --git a/docs/en/cowboy/2.0/guide/introduction/index.html b/docs/en/cowboy/2.0/guide/introduction/index.html
index db6f7b44..8aff6c8c 100644
--- a/docs/en/cowboy/2.0/guide/introduction/index.html
+++ b/docs/en/cowboy/2.0/guide/introduction/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Introduction</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -69,7 +69,7 @@
<h1 class="lined-header"><span>Introduction</span></h1>
-<div class="paragraph"><p>Cowboy is a small, fast and modular HTTP server written in Erlang.</p></div>
+<div class="paragraph"><p>Cowboy is a small, fast and modern HTTP server for Erlang/OTP.</p></div>
<div class="paragraph"><p>Cowboy aims to provide a complete <a href="../modern_web">modern Web stack</a>.
This includes HTTP/1.1, HTTP/2, Websocket, Server-Sent Events and
Webmachine-based REST.</p></div>
@@ -151,13 +151,13 @@ when sending responses.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/erlang_web/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/erlang_web/">
Erlang and the Web
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/">
Getting started
</a>
diff --git a/docs/en/cowboy/2.0/guide/listeners/index.html b/docs/en/cowboy/2.0/guide/listeners/index.html
index fa644115..40f1f1a3 100644
--- a/docs/en/cowboy/2.0/guide/listeners/index.html
+++ b/docs/en/cowboy/2.0/guide/listeners/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Listeners</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -181,13 +181,13 @@ shared.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/flow_diagram/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/flow_diagram/">
Flow diagram
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/routing/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/routing/">
Routing
</a>
diff --git a/docs/en/cowboy/2.0/guide/loop_handlers/index.html b/docs/en/cowboy/2.0/guide/loop_handlers/index.html
index 15921152..5445f1cf 100644
--- a/docs/en/cowboy/2.0/guide/loop_handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/loop_handlers/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Loop handlers</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -220,13 +220,13 @@ accordingly.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/handlers/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/handlers/">
Handlers
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/static_files/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/static_files/">
Static files
</a>
diff --git a/docs/en/cowboy/2.0/guide/middlewares/index.html b/docs/en/cowboy/2.0/guide/middlewares/index.html
index f4dfdb0a..0bf012b3 100644
--- a/docs/en/cowboy/2.0/guide/middlewares/index.html
+++ b/docs/en/cowboy/2.0/guide/middlewares/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Middlewares</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -164,13 +164,13 @@ values. It puts the result of the request handling into <code>result</code>.</p>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/broken_clients/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/broken_clients/">
Dealing with broken clients
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
Sub protocols
</a>
diff --git a/docs/en/cowboy/2.0/guide/modern_web/index.html b/docs/en/cowboy/2.0/guide/modern_web/index.html
index bc720d03..7067288b 100644
--- a/docs/en/cowboy/2.0/guide/modern_web/index.html
+++ b/docs/en/cowboy/2.0/guide/modern_web/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: The modern Web</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -187,7 +187,7 @@ the HTTP protocol.</p></div>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/erlang_web/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/erlang_web/">
Erlang and the Web
</a>
diff --git a/docs/en/cowboy/2.0/guide/multipart/index.html b/docs/en/cowboy/2.0/guide/multipart/index.html
index f7c9202b..76ab89c1 100644
--- a/docs/en/cowboy/2.0/guide/multipart/index.html
+++ b/docs/en/cowboy/2.0/guide/multipart/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Multipart requests</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -241,13 +241,13 @@ reading as soon as you find the data you need.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/cookies/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/cookies/">
Using cookies
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_principles/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/rest_principles/">
REST principles
</a>
diff --git a/docs/en/cowboy/2.0/guide/overview/index.html b/docs/en/cowboy/2.0/guide/overview/index.html
index 914ca774..3d40ee48 100644
--- a/docs/en/cowboy/2.0/guide/overview/index.html
+++ b/docs/en/cowboy/2.0/guide/overview/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Request overview</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
diff --git a/docs/en/cowboy/2.0/guide/req/index.html b/docs/en/cowboy/2.0/guide/req/index.html
index 42e3c089..5ba6b035 100644
--- a/docs/en/cowboy/2.0/guide/req/index.html
+++ b/docs/en/cowboy/2.0/guide/req/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: The Req object</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -480,13 +480,13 @@ client itself. It may also be a proxy or a gateway.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/static_files/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/static_files/">
Static files
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/">
Reading the request body
</a>
diff --git a/docs/en/cowboy/2.0/guide/req_body/index.html b/docs/en/cowboy/2.0/guide/req_body/index.html
index e9fb8512..139712a1 100644
--- a/docs/en/cowboy/2.0/guide/req_body/index.html
+++ b/docs/en/cowboy/2.0/guide/req_body/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Reading the request body</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -216,13 +216,13 @@ http://www.gnu.org/software/src-highlite -->
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/req/">
The Req object
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resp/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/resp/">
Sending a response
</a>
diff --git a/docs/en/cowboy/2.0/guide/resource_design/index.html b/docs/en/cowboy/2.0/guide/resource_design/index.html
index 23e7719e..bc37e2a4 100644
--- a/docs/en/cowboy/2.0/guide/resource_design/index.html
+++ b/docs/en/cowboy/2.0/guide/resource_design/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Designing a resource handler</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -286,13 +286,13 @@ no way of knowing it has been completed yet, implement the
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_flowcharts/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/rest_flowcharts/">
REST flowcharts
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_protocol/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/ws_protocol/">
The Websocket protocol
</a>
diff --git a/docs/en/cowboy/2.0/guide/resp/index.html b/docs/en/cowboy/2.0/guide/resp/index.html
index 9cff5403..6bf3cd8e 100644
--- a/docs/en/cowboy/2.0/guide/resp/index.html
+++ b/docs/en/cowboy/2.0/guide/resp/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Sending a response</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -394,13 +394,13 @@ ultimately send a response to the client.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/req_body/">
Reading the request body
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/cookies/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/cookies/">
Using cookies
</a>
diff --git a/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html b/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html
index d76d3b14..77af893e 100644
--- a/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html
+++ b/docs/en/cowboy/2.0/guide/rest_flowcharts/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: REST flowcharts</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -316,13 +316,13 @@ the results for subsequent use.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_handlers/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/rest_handlers/">
REST handlers
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resource_design/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/resource_design/">
Designing a resource handler
</a>
diff --git a/docs/en/cowboy/2.0/guide/rest_handlers/index.html b/docs/en/cowboy/2.0/guide/rest_handlers/index.html
index 3caf83e0..2f656c70 100644
--- a/docs/en/cowboy/2.0/guide/rest_handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/rest_handlers/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: REST handlers</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -355,13 +355,13 @@ cellspacing="0" cellpadding="4">
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_principles/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/rest_principles/">
REST principles
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_flowcharts/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/rest_flowcharts/">
REST flowcharts
</a>
diff --git a/docs/en/cowboy/2.0/guide/rest_principles/index.html b/docs/en/cowboy/2.0/guide/rest_principles/index.html
index 2e3ad8c1..a78b08ef 100644
--- a/docs/en/cowboy/2.0/guide/rest_principles/index.html
+++ b/docs/en/cowboy/2.0/guide/rest_principles/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: REST principles</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -225,13 +225,13 @@ anything specific to the service to operate on it.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/multipart/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/multipart/">
Multipart requests
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/rest_handlers/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/rest_handlers/">
REST handlers
</a>
diff --git a/docs/en/cowboy/2.0/guide/routing/index.html b/docs/en/cowboy/2.0/guide/routing/index.html
index 9a04e323..ab7fe6a7 100644
--- a/docs/en/cowboy/2.0/guide/routing/index.html
+++ b/docs/en/cowboy/2.0/guide/routing/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Routing</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -332,13 +332,13 @@ http://www.gnu.org/software/src-highlite -->
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/listeners/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/listeners/">
Listeners
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/constraints/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/constraints/">
Constraints
</a>
diff --git a/docs/en/cowboy/2.0/guide/static_files/index.html b/docs/en/cowboy/2.0/guide/static_files/index.html
index ff1c78dc..49a93eff 100644
--- a/docs/en/cowboy/2.0/guide/static_files/index.html
+++ b/docs/en/cowboy/2.0/guide/static_files/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Static files</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -245,13 +245,13 @@ http://www.gnu.org/software/src-highlite -->
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/loop_handlers/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/loop_handlers/">
Loop handlers
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/req/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/req/">
The Req object
</a>
diff --git a/docs/en/cowboy/2.0/guide/sub_protocols/index.html b/docs/en/cowboy/2.0/guide/sub_protocols/index.html
index c8c7fbb3..d2437876 100644
--- a/docs/en/cowboy/2.0/guide/sub_protocols/index.html
+++ b/docs/en/cowboy/2.0/guide/sub_protocols/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Sub protocols</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -142,13 +142,13 @@ the optional <code>terminate/3</code> callback is called, if present.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
Middlewares
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/hooks/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/hooks/">
Hooks
</a>
diff --git a/docs/en/cowboy/2.0/guide/ws_handlers/index.html b/docs/en/cowboy/2.0/guide/ws_handlers/index.html
index adcdc3e4..b8bf8d33 100644
--- a/docs/en/cowboy/2.0/guide/ws_handlers/index.html
+++ b/docs/en/cowboy/2.0/guide/ws_handlers/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: Websocket handlers</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -341,13 +341,13 @@ close frame will not be sent.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_protocol/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/ws_protocol/">
The Websocket protocol
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/architecture/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/architecture/">
Architecture
</a>
diff --git a/docs/en/cowboy/2.0/guide/ws_protocol/index.html b/docs/en/cowboy/2.0/guide/ws_protocol/index.html
index 17d873d1..8d4d35e9 100644
--- a/docs/en/cowboy/2.0/guide/ws_protocol/index.html
+++ b/docs/en/cowboy/2.0/guide/ws_protocol/index.html
@@ -11,7 +11,7 @@
<title>Nine Nines: The Websocket protocol</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/99s.css" rel="stylesheet">
@@ -143,13 +143,13 @@ the listener.</p></div>
<nav style="margin:1em 0">
- <a style="float:left" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/resource_design/">
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/resource_design/">
Designing a resource handler
</a>
- <a style="float:right" href="http://ninenines.eu/docs/en/cowboy/2.0/guide/ws_handlers/">
+ <a style="float:right" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/ws_handlers/">
Websocket handlers
</a>