Fix broken include in Spring HATEOAS sample's API guide

Closes gh-59
This commit is contained in:
Esko Luontola
2015-04-20 15:02:28 +03:00
committed by Andy Wilkinson
parent 8e4e9385be
commit 0e597e9498

View File

@@ -64,7 +64,7 @@ use of HTTP status codes.
Whenever an error response (status code >= 400) is returned, the body will contain a JSON object
that describes the problem. The error object has the following structure:
include::{generated}/error-example/response-fields.adoc
include::{generated}/error-example/response-fields.adoc[]
For example, a request that attempts to apply a non-existent tag to a note will produce a
`400 Bad Request` response: