diff options
author | Loïc Hoguin <[email protected]> | 2017-10-03 18:05:23 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-03 18:05:23 +0200 |
commit | d3f15cfd8b2bb4c0c697bd995dfa4546474235ad (patch) | |
tree | f137e374e4dc35b08c50573f6c696695551072fa /doc/src/guide/listeners.asciidoc | |
parent | 716a052b1551f7e62e87807fcd8b6de1bd77caee (diff) | |
download | cowboy-2.0.0.tar.gz cowboy-2.0.0.tar.bz2 cowboy-2.0.0.zip |
Make a few link use https2.0.0
Diffstat (limited to 'doc/src/guide/listeners.asciidoc')
-rw-r--r-- | doc/src/guide/listeners.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/listeners.asciidoc b/doc/src/guide/listeners.asciidoc index d905c68..10ac4aa 100644 --- a/doc/src/guide/listeners.asciidoc +++ b/doc/src/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 -http://ninenines.eu/docs/en/ranch/1.3/guide/listeners/[Ranch User Guide] +https://ninenines.eu/docs/en/ranch/1.3/guide/listeners/[Ranch User Guide] for more information about listeners. Cowboy provides two types of listeners: one listening for |