From 13a54dbdda25c5da12f34d49f22b8d3eb23e3140 Mon Sep 17 00:00:00 2001 From: Zachary J Miller Date: Fri, 7 Sep 2018 17:24:07 -0400 Subject: [PATCH] Fix broken link to sourcegraph in README (#2285) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 475f1cdbd..853dd41e1 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ If you have questions or concerns about Caddy' underlying crypto implementations ## Contributing -**[Join our forum](https://caddy.community) where you can chat with other Caddy users and developers!** To get familiar with the code base, try [Caddy code search on Sourcegraph](https://sourcegraph.com/github.com/mholt/caddy/-/search)! +**[Join our forum](https://caddy.community) where you can chat with other Caddy users and developers!** To get familiar with the code base, try [Caddy code search on Sourcegraph](https://sourcegraph.com/github.com/mholt/caddy/)! Please see our [contributing guidelines](https://github.com/mholt/caddy/blob/master/.github/CONTRIBUTING.md) for instructions. If you want to write a plugin, check out the [developer wiki](https://github.com/mholt/caddy/wiki).