aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-11-15 22:00:59 +0100
committerLoïc Hoguin <[email protected]>2013-11-15 22:00:59 +0100
commit62a47914d88c0662107aeb7ec7cbc5006db6df31 (patch)
tree82368d166efbf97de4694d6e019736beb3eb2e4f
parent5a25c7f7f2167b8cef03129553e56f422a9890f2 (diff)
downloadcowboy-62a47914d88c0662107aeb7ec7cbc5006db6df31.tar.gz
cowboy-62a47914d88c0662107aeb7ec7cbc5006db6df31.tar.bz2
cowboy-62a47914d88c0662107aeb7ec7cbc5006db6df31.zip
Fix link to the Ranch guide in getting started
-rw-r--r--guide/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/getting_started.md b/guide/getting_started.md
index 4d3e7ab..6befa5c 100644
--- a/guide/getting_started.md
+++ b/guide/getting_started.md
@@ -143,7 +143,7 @@ Listeners are a group of processes that are used to accept and manage
connections. The processes used specifically for accepting connections
are called acceptors. The number of acceptor processes is unrelated to
the maximum number of connections Cowboy can handle. Please refer to
-the [Ranch guide](http://ninenines.eu/docs/en/ranch/HEAD/guide/toc)
+the [Ranch guide](http://ninenines.eu/docs/en/ranch/HEAD/guide/)
for in-depth information.
Listeners are named. They spawn a given number of acceptors, listen for