From 62a47914d88c0662107aeb7ec7cbc5006db6df31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 15 Nov 2013 22:00:59 +0100 Subject: Fix link to the Ranch guide in getting started --- guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3