0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00: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

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