summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_build/Makefile8
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html2
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html2
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy/index.html2
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy_app/index.html2
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy_http/index.html2
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy_websocket/index.html2
-rw-r--r--docs/index.xml6
8 files changed, 13 insertions, 13 deletions
diff --git a/_build/Makefile b/_build/Makefile
index 35b0148d..984b2348 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -55,8 +55,8 @@ docs-$1-$2: tmp/$1
sed '1,/^$$$$/d' $$$$f | sed 's/^=== /== /' \
| sed 's/xref:/link:..\//' | sed 's/image::/image::..\//' \
| sed 's/link:man:$1[(]7[)]/link:..\/$1_app/' \
- | sed 's/\(link:man:[a-z_]*\):/\1./' \
- | sed 's/link:man:\([a-z_.]*\)[1-9()]*/link:..\/\1/' \
+ | sed 's/\(link:man:[a-z0-9_]*\):/\1./' \
+ | sed 's/link:man:\([a-z0-9_.]*\)[1-9()]*/link:..\/\1/' \
>> content/docs/en/$1/$3/guide/`basename $$$$f`; \
done; \
rm tmp/$1/doc/src/guide/book.asciidoc.bak; \
@@ -83,8 +83,8 @@ docs-$1-$2: tmp/$1
echo >> content/docs/en/$1/$3/manual/`basename $$$$f`; \
sed '1,/^$$$$/d' $$$$f | sed 's/xref:/link:..\//' \
| sed 's/link:man:$1(7)/link:..\/$1_app/' \
- | sed 's/\(link:man:[a-z_]*\):/\1./' \
- | sed 's/link:man:\([a-z_.]*\)[1-9()]*/link:..\/\1/' \
+ | sed 's/\(link:man:[a-z0-9_]*\):/\1./' \
+ | sed 's/link:man:\([a-z0-9_.]*\)[1-9()]*/link:..\/\1/' \
>> content/docs/en/$1/$3/manual/`basename $$$$f`; \
done \
fi
diff --git a/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html b/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html
index 0d01dce8..5c37200d 100644
--- a/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy.start_clear/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>
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>
diff --git a/docs/en/cowboy/2.0/manual/cowboy/index.html b/docs/en/cowboy/2.0/manual/cowboy/index.html
index 0bb23f2b..0daef95f 100644
--- a/docs/en/cowboy/2.0/manual/cowboy/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy/index.html
@@ -182,7 +182,7 @@ subprotocols like Websocket.</p></div>
<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>
</div>
diff --git a/docs/en/cowboy/2.0/manual/cowboy_app/index.html b/docs/en/cowboy/2.0/manual/cowboy_app/index.html
index a0d35316..eeaa33e3 100644
--- a/docs/en/cowboy/2.0/manual/cowboy_app/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy_app/index.html
@@ -115,7 +115,7 @@ related standards, like Websocket or Server-Sent Events.</p></div>
</li>
<li>
<p>
-<a href="../cowboy_http">cowboy_http2(3)</a> - HTTP/2
+<a href="../cowboy_http2">cowboy_http2(3)</a> - HTTP/2
</p>
</li>
<li>
diff --git a/docs/en/cowboy/2.0/manual/cowboy_http/index.html b/docs/en/cowboy/2.0/manual/cowboy_http/index.html
index 80347684..334c5f45 100644
--- a/docs/en/cowboy/2.0/manual/cowboy_http/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy_http/index.html
@@ -234,7 +234,7 @@ request_timeout (5000)
<h2 id="_see_also">See also</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="../cowboy_app">cowboy(7)</a>,
-<a href="../cowboy_http">cowboy_http2(3)</a>,
+<a href="../cowboy_http2">cowboy_http2(3)</a>,
<a href="../cowboy_websocket">cowboy_websocket(3)</a></p></div>
</div>
</div>
diff --git a/docs/en/cowboy/2.0/manual/cowboy_websocket/index.html b/docs/en/cowboy/2.0/manual/cowboy_websocket/index.html
index 2ca978a3..9e77526c 100644
--- a/docs/en/cowboy/2.0/manual/cowboy_websocket/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy_websocket/index.html
@@ -305,7 +305,7 @@ timeout
<div class="sectionbody">
<div class="paragraph"><p><a href="../cowboy_app">cowboy(7)</a>,
<a href="../cowboy_http">cowboy_http(3)</a>,
-<a href="../cowboy_http">cowboy_http2(3)</a></p></div>
+<a href="../cowboy_http2">cowboy_http2(3)</a></p></div>
</div>
</div>
diff --git a/docs/index.xml b/docs/index.xml
index 8e2294c6..43756353 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -1472,7 +1472,7 @@ subprotocols like Websocket.&lt;/p&gt;&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;&lt;p&gt;The HTTP/1.1 options are documented in the
&lt;a href=&#34;../cowboy_http&#34;&gt;cowboy_http(3)&lt;/a&gt; manual;
the HTTP/2 options in
-&lt;a href=&#34;../cowboy_http&#34;&gt;cowboy_http2(3)&lt;/a&gt;;
+&lt;a href=&#34;../cowboy_http2&#34;&gt;cowboy_http2(3)&lt;/a&gt;;
and the Websocket options in
&lt;a href=&#34;../cowboy_websocket&#34;&gt;cowboy_websocket(3)&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;
@@ -1540,7 +1540,7 @@ related standards, like Websocket or Server-Sent Events.&lt;/p&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
-&lt;a href=&#34;../cowboy_http&#34;&gt;cowboy_http2(3)&lt;/a&gt; - HTTP/2
+&lt;a href=&#34;../cowboy_http2&#34;&gt;cowboy_http2(3)&lt;/a&gt; - HTTP/2
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
@@ -1875,7 +1875,7 @@ subprotocols like Websocket.
&lt;div class=&#34;paragraph&#34;&gt;&lt;p&gt;The HTTP/1.1 options are documented in the
&lt;a href=&#34;../cowboy_http&#34;&gt;cowboy_http(3)&lt;/a&gt; manual;
the HTTP/2 options in
-&lt;a href=&#34;../cowboy_http&#34;&gt;cowboy_http2(3)&lt;/a&gt;;
+&lt;a href=&#34;../cowboy_http2&#34;&gt;cowboy_http2(3)&lt;/a&gt;;
and the Websocket options in
&lt;a href=&#34;../cowboy_websocket&#34;&gt;cowboy_websocket(3)&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
&lt;/dd&gt;