summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/en/cowboy/2.0/guide/req.asciidoc2
-rw-r--r--docs/en/cowboy/2.0/guide/req/index.html2
-rw-r--r--docs/en/cowboy/2.0/guide/req_body.asciidoc2
-rw-r--r--docs/en/cowboy/2.0/guide/req_body/index.html2
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>[{&lt;&lt;"key"&gt;&gt;, 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>