mirror of https://github.com/vapor/docs.git
fix vapor -> routing link
This commit is contained in:
parent
033f45287e
commit
0e23212b7c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue