Views guide - Made "Providers" text a link.

This commit is contained in:
Jon Cox 2017-02-12 21:25:32 +00:00 committed by GitHub
parent f213eea50b
commit cfed3b326a
1 changed files with 1 additions and 1 deletions

View File

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