Fix broken link to ResponseRepresentable

This commit is contained in:
Anton Bronnikov 2016-09-28 08:21:47 +02:00
parent f747a6c8ab
commit 2edb87eee0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ This is useful for creating special responses like redirects. It is also useful
### Response Representable
As you have seen in the previous examples, `String`s can be returned in route closures. This is because they conform to [ResponseRepresentable](../http/responserepresentable.md)
As you have seen in the previous examples, `String`s can be returned in route closures. This is because they conform to [ResponseRepresentable](../http/response-representable.md)
A lot of types in Vapor conform to this protocol by default:
- String