summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/req.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.0/guide/req.asciidoc')
-rw-r--r--docs/en/cowboy/2.0/guide/req.asciidoc2
1 files changed, 1 insertions, 1 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]