aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/req.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-30 13:23:31 +0200
committerLoïc Hoguin <[email protected]>2016-08-30 13:23:31 +0200
commit4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0 (patch)
tree96eebef5fd7c02ff12c25fd0c4d6c024ad8eaace /doc/src/guide/req.asciidoc
parent843866c654af4dcc405b7ab9d8b30ae0a7fc1144 (diff)
downloadcowboy-4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0.tar.gz
cowboy-4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0.tar.bz2
cowboy-4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0.zip
Fix a couple xref links
They were still using the old ezdoc syntax.
Diffstat (limited to 'doc/src/guide/req.asciidoc')
-rw-r--r--doc/src/guide/req.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/req.asciidoc b/doc/src/guide/req.asciidoc
index 2dd0a86..39cd1b6 100644
--- a/doc/src/guide/req.asciidoc
+++ b/doc/src/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]