From 5aa22866f2730a365c06ff350d1c6c472aeae197 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Wed, 11 Jul 2018 16:51:50 +0200 Subject: [PATCH] fix github code search link --- doc/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.md b/doc/examples.md index 6b8791d6..a436bb72 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -49,7 +49,7 @@ [persistent](https://www.stackage.org/package/persistent) for writing data into a database. -- [`import Servant` github search](https://github.com/search?l=Haskell&o=desc&q=%22import+Servant%22&s=indexed&type=Code) +- [`import Servant` github search](https://github.com/search?q=%22import+Servant%22+language%3AHaskell&type=Code) It has thousands of results and can be a good way to see how people use servant in their projects or even to discover servant-related libraries.