diff options
author | Loïc Hoguin <[email protected]> | 2016-08-30 13:29:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-08-30 13:29:19 +0200 |
commit | 0de5e4df733ce61356be8bb978746e13540fe9f9 (patch) | |
tree | a64c82e56a28de160c7f4214b1fd5cf8230c8ab4 | |
parent | a39620a78352079d98eeeb7ba8deeaf9c3b6b371 (diff) | |
download | ninenines.eu-0de5e4df733ce61356be8bb978746e13540fe9f9.tar.gz ninenines.eu-0de5e4df733ce61356be8bb978746e13540fe9f9.tar.bz2 ninenines.eu-0de5e4df733ce61356be8bb978746e13540fe9f9.zip |
Fix more documentation rendering issues
-rw-r--r-- | docs/en/cowboy/2.0/guide/req.asciidoc | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/req/index.html | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/req_body.asciidoc | 2 | ||||
-rw-r--r-- | docs/en/cowboy/2.0/guide/req_body/index.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/cowboy/2.0/guide/req.asciidoc b/docs/en/cowboy/2.0/guide/req.asciidoc index 2dd0a86b..39cd1b64 100644 --- a/docs/en/cowboy/2.0/guide/req.asciidoc +++ b/docs/en/cowboy/2.0/guide/req.asciidoc @@ -274,7 +274,7 @@ parameter `key` was defined, but with no value. The second function Cowboy provides allows you to match out only the parameters you are interested in, and at the same -time do any post processing you require using ^constraints^. +time do any post processing you require using xref:constraints[constraints]. This function returns a map. [source,erlang] diff --git a/docs/en/cowboy/2.0/guide/req/index.html b/docs/en/cowboy/2.0/guide/req/index.html index 342684d4..15c08a98 100644 --- a/docs/en/cowboy/2.0/guide/req/index.html +++ b/docs/en/cowboy/2.0/guide/req/index.html @@ -356,7 +356,7 @@ list <code>[{<<"key">>, true}]</code>, using <code>true</code> to in parameter <code>key</code> was defined, but with no value.</p></div>
<div class="paragraph"><p>The second function Cowboy provides allows you to match out
only the parameters you are interested in, and at the same
-time do any post processing you require using <sup>constraints</sup>.
+time do any post processing you require using <a href="../constraints">constraints</a>.
This function returns a map.</p></div>
<div class="listingblock">
<div class="content"><!-- Generator: GNU source-highlight 3.1.8
diff --git a/docs/en/cowboy/2.0/guide/req_body.asciidoc b/docs/en/cowboy/2.0/guide/req_body.asciidoc index ccb5890e..0b8c1dd0 100644 --- a/docs/en/cowboy/2.0/guide/req_body.asciidoc +++ b/docs/en/cowboy/2.0/guide/req_body.asciidoc @@ -15,7 +15,7 @@ present and was not read, Cowboy will either cancel or skip its download, depending on the protocol. Cowboy provides functions for reading the body raw, -and read and parse form urlencoded or ^multipart^ bodies. +and read and parse form urlencoded or xref:multipart[multipart bodies]. The latter is covered in its own chapter. === Request body presence diff --git a/docs/en/cowboy/2.0/guide/req_body/index.html b/docs/en/cowboy/2.0/guide/req_body/index.html index f267b82d..9a0a3cfc 100644 --- a/docs/en/cowboy/2.0/guide/req_body/index.html +++ b/docs/en/cowboy/2.0/guide/req_body/index.html @@ -79,7 +79,7 @@ possible to read it once.</p></div> present and was not read, Cowboy will either cancel or
skip its download, depending on the protocol.</p></div>
<div class="paragraph"><p>Cowboy provides functions for reading the body raw,
-and read and parse form urlencoded or <sup>multipart</sup> bodies.
+and read and parse form urlencoded or <a href="../multipart">multipart bodies</a>.
The latter is covered in its own chapter.</p></div>
<div class="sect1">
<h2 id="_request_body_presence">Request body presence</h2>
|