aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/req_body.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/req_body.asciidoc')
-rw-r--r--doc/src/guide/req_body.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/req_body.asciidoc b/doc/src/guide/req_body.asciidoc
index ccb5890..0b8c1dd 100644
--- a/doc/src/guide/req_body.asciidoc
+++ b/doc/src/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