From 4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 30 Aug 2016 13:23:31 +0200 Subject: Fix a couple xref links They were still using the old ezdoc syntax. --- doc/src/guide/req.asciidoc | 2 +- doc/src/guide/req_body.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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] diff --git a/doc/src/guide/req_body.asciidoc b/doc/src/guide/req_body.asciidoc index ccb5890..0b8c1dd 100644 --- a/doc/src/guide/req_body.asciidoc +++ b/doc/src/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 -- cgit v1.2.3