diff options
author | Loïc Hoguin <[email protected]> | 2016-12-22 18:27:41 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-12-22 18:27:41 +0100 |
commit | 6539f49eb0c41840a8686506c524d40f05edfbae (patch) | |
tree | 74aff18f9edca455700b24682862dca2e788f369 /docs/en/cowboy/2.0/manual/cowboy.start_tls | |
parent | 72bea313a51b9bdca624b7682977d1f5a5ba2286 (diff) | |
download | ninenines.eu-6539f49eb0c41840a8686506c524d40f05edfbae.tar.gz ninenines.eu-6539f49eb0c41840a8686506c524d40f05edfbae.tar.bz2 ninenines.eu-6539f49eb0c41840a8686506c524d40f05edfbae.zip |
Fix links to cowboy_http2
Diffstat (limited to 'docs/en/cowboy/2.0/manual/cowboy.start_tls')
-rw-r--r-- | docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html b/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html index 888895d7..24cf5f7a 100644 --- a/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html +++ b/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html @@ -156,7 +156,7 @@ subprotocols like Websocket. <div class="paragraph"><p>The HTTP/1.1 options are documented in the
<a href="../cowboy_http">cowboy_http(3)</a> manual;
the HTTP/2 options in
-<a href="../cowboy_http">cowboy_http2(3)</a>;
+<a href="../cowboy_http2">cowboy_http2(3)</a>;
and the Websocket options in
<a href="../cowboy_websocket">cowboy_websocket(3)</a>.</p></div>
</dd>
|