summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_build/data/projects/cowboy.toml2
-rw-r--r--docs/en/cowboy/2.10/guide/listeners.asciidoc2
-rw-r--r--docs/en/cowboy/2.10/guide/listeners/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml
index 39d2812b..2db12c2a 100644
--- a/_build/data/projects/cowboy.toml
+++ b/_build/data/projects/cowboy.toml
@@ -4,7 +4,7 @@ description = "Cowboy is the ultimate server for the modern Web with support for
name = "cowboy"
repository = "https://github.com/ninenines/cowboy"
versions = ["2.10", "2.9", "2.8", "2.7", "2.6", "2.5"]
-branches = ["2.10.0", "2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0"]
+branches = ["22adc4de517bf54661795f6e18b6b2e62aec4140", "2.9.0", "2.8.0", "2.7.0", "2.6.3", "2.5.0"]
has_source = true
has_guide = true
has_manual = true
diff --git a/docs/en/cowboy/2.10/guide/listeners.asciidoc b/docs/en/cowboy/2.10/guide/listeners.asciidoc
index 04169f9a..40aff83e 100644
--- a/docs/en/cowboy/2.10/guide/listeners.asciidoc
+++ b/docs/en/cowboy/2.10/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
-https://ninenines.eu/docs/en/ranch/1.3/guide/listeners/[Ranch User Guide]
+https://ninenines.eu/docs/en/ranch/1.8/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.10/guide/listeners/index.html b/docs/en/cowboy/2.10/guide/listeners/index.html
index a99ff301..2689c5be 100644
--- a/docs/en/cowboy/2.10/guide/listeners/index.html
+++ b/docs/en/cowboy/2.10/guide/listeners/index.html
@@ -62,7 +62,7 @@
<h1 class="lined-header"><span>Listeners</span></h1>
<p>A listener is a set of processes that listens on a port for new connections. Incoming connections get handled by Cowboy. Depending on the connection handshake, one or another protocol may be used.</p>
-<p>This chapter is specific to Cowboy. Please refer to the <a href="https://ninenines.eu/docs/en/ranch/1.3/guide/listeners/">Ranch User Guide</a> for more information about listeners.</p>
+<p>This chapter is specific to Cowboy. Please refer to the <a href="https://ninenines.eu/docs/en/ranch/1.8/guide/listeners/">Ranch User Guide</a> for more information about listeners.</p>
<p>Cowboy provides two types of listeners: one listening for clear TCP connections, and one listening for secure TLS connections. Both of them support the HTTP/1.1 and HTTP/2 protocols.</p>
<h2 id="_clear_tcp_listener">Clear TCP listener</h2>
<p>The clear TCP listener will accept connections on the given port. A typical HTTP server would listen on port 80. Port 80 requires special permissions on most platforms however so a common alternative is port 8080.</p>