Просмотр исходного кода

Fix link to the Ranch guide in getting started

Loïc Hoguin 11 лет назад
Родитель
Сommit
62a47914d8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      guide/getting_started.md

+ 1 - 1
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