0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Fix a couple xref links

They were still using the old ezdoc syntax.
This commit is contained in:
Loïc Hoguin 2016-08-30 13:23:31 +02:00
parent 843866c654
commit 4c6f2c9a95
2 changed files with 2 additions and 2 deletions

View file

@ -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]