mirror of https://github.com/vapor/docs.git
Views guide - Made "Providers" text a link.
This commit is contained in:
parent
f213eea50b
commit
cfed3b326a
|
|
@ -48,7 +48,7 @@ drop.view = LeafRenderer(viewsDir: drop.viewsDir)
|
|||
|
||||
## Available Renderers
|
||||
|
||||
These renderers can be added to your application through Providers.
|
||||
These renderers can be added to your application through [Providers](provider.md).
|
||||
|
||||
- [Leaf](https://github.com/vapor/leaf)
|
||||
- [Mustache](https://github.com/vapor/mustache-provider)
|
||||
|
|
|
|||
Loading…
Reference in New Issue