summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/req_body
diff options
context:
space:
mode:
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>