From 2edb87eee068495ba87811546fc7240133ffd0ef Mon Sep 17 00:00:00 2001 From: Anton Bronnikov Date: Wed, 28 Sep 2016 08:21:47 +0200 Subject: [PATCH] Fix broken link to ResponseRepresentable --- routing/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/basic.md b/routing/basic.md index 193a3832..e7f52ea7 100644 --- a/routing/basic.md +++ b/routing/basic.md @@ -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