fix vapor -> routing link

This commit is contained in:
tanner0101 2018-04-19 22:25:37 -04:00
parent 033f45287e
commit 0e23212b7c
1 changed files with 1 additions and 1 deletions

View File

@ -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