summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/req_body
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-30 13:29:19 +0200
committerLoïc Hoguin <[email protected]>2016-08-30 13:29:19 +0200
commit0de5e4df733ce61356be8bb978746e13540fe9f9 (patch)
treea64c82e56a28de160c7f4214b1fd5cf8230c8ab4 /docs/en/cowboy/2.0/guide/req_body
parenta39620a78352079d98eeeb7ba8deeaf9c3b6b371 (diff)
downloadninenines.eu-0de5e4df733ce61356be8bb978746e13540fe9f9.tar.gz
ninenines.eu-0de5e4df733ce61356be8bb978746e13540fe9f9.tar.bz2
ninenines.eu-0de5e4df733ce61356be8bb978746e13540fe9f9.zip
Fix more documentation rendering issues
Diffstat (limited to 'docs/en/cowboy/2.0/guide/req_body')
-rw-r--r--docs/en/cowboy/2.0/guide/req_body/index.html2
1 files changed, 1 insertions, 1 deletions
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>