diff options
author | Loïc Hoguin <[email protected]> | 2017-10-03 15:50:36 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-03 15:50:36 +0200 |
commit | 5cb08c35580023b91091c93f9a1f9198e35055c2 (patch) | |
tree | fcac3159b52e14db41d5f1d1b19f5d8530cc0d74 /docs/en/ranch/1.3/guide/embedded | |
parent | 35bc482f0be143abd728a228e937984dc5f6cc73 (diff) | |
download | ninenines.eu-5cb08c35580023b91091c93f9a1f9198e35055c2.tar.gz ninenines.eu-5cb08c35580023b91091c93f9a1f9198e35055c2.tar.bz2 ninenines.eu-5cb08c35580023b91091c93f9a1f9198e35055c2.zip |
Fix some links and add Ranch 1.4 docs
They were mistakenly labeled as 1.3. Sorry!
Diffstat (limited to 'docs/en/ranch/1.3/guide/embedded')
-rw-r--r-- | docs/en/ranch/1.3/guide/embedded/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/ranch/1.3/guide/embedded/index.html b/docs/en/ranch/1.3/guide/embedded/index.html index a1d552af..c7d2bc57 100644 --- a/docs/en/ranch/1.3/guide/embedded/index.html +++ b/docs/en/ranch/1.3/guide/embedded/index.html @@ -82,7 +82,7 @@ First, you need to add <code>ranch_sup</code> to your supervision tree, only onc regardless of the number of listeners you will use. Then you need to add the child specs for each listener.</p></div> <div class="paragraph"><p>Ranch has a convenience function for getting the listeners child specs -called <code>ranch:child_spec/5</code>, that works like <code>ranch:start_listener/5</code>, +called <code>ranch:child_spec/6</code>, that works like <code>ranch:start_listener/6</code>, except that it doesn’t start anything, it only returns child specs.</p></div> <div class="paragraph"><p>As for <code>ranch_sup</code>, the child spec is simple enough to not require a convenience function.</p></div> @@ -165,6 +165,8 @@ more details on how Ranch does it.</p></div> + <li><a href="/docs/en/ranch/1.4/guide">1.4</a></li> + <li><a href="/docs/en/ranch/1.3/guide">1.3</a></li> <li><a href="/docs/en/ranch/1.2/guide">1.2</a></li> |