From 0e23212b7c4134964932009caec928101d3a332a Mon Sep 17 00:00:00 2001 From: tanner0101 Date: Thu, 19 Apr 2018 22:25:37 -0400 Subject: [PATCH] fix vapor -> routing link --- 3.0/docs/routing/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/docs/routing/getting-started.md b/3.0/docs/routing/getting-started.md index 8d07dc51..c5a5814e 100644 --- a/3.0/docs/routing/getting-started.md +++ b/3.0/docs/routing/getting-started.md @@ -13,7 +13,7 @@ For example, the routing package can help you route a request like the following This package is included with Vapor and exported by default. You will have access to all `Routing` APIs when you import `Vapor`. !!! tip - If you use Vapor, most of Routing's APIs will be wrapped by more convenient methods. See [Vapor → Routing] for more information. + If you use Vapor, most of Routing's APIs will be wrapped by more convenient methods. See [Vapor → Routing](../vapor/routing.md) for more information. ```swift import Vapor