From 4182d40309895cc33b90e3ffe8da7cf61ada5152 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Sun, 11 Dec 2016 06:45:01 +0300 Subject: [PATCH] Fixed a broken link to GitHub search --- guide/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/provider.md b/guide/provider.md index db8bfd18..2a4b5920 100644 --- a/guide/provider.md +++ b/guide/provider.md @@ -12,7 +12,7 @@ Adding a provider to your application takes 2-3 steps. ### Add Package -All of Vapor's providers end with the `-provider` syntax. You can see a list of [available providers](https://github.com/vapor?utf8=✓&query=-provider) by searching on our GitHub. +All of Vapor's providers end with the `-provider` syntax. You can see a list of [available providers](https://github.com/vapor?utf8=✓&q=-provider) by searching on our GitHub. To add the provider to your package, add it as a dependency in your `Package.swift` file.