summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/introduction/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.0/guide/introduction/index.html')
-rw-r--r--docs/en/cowboy/2.0/guide/introduction/index.html8
1 files changed, 4 insertions, 4 deletions
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>