From fb62cd85ebe95fc03e461032c16104f6f8a424b5 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 15 Jan 2016 17:07:29 -0800 Subject: [PATCH] Fix community beats link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11e2255dfe2..e67e5b4a828 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ You don't need to submit the code to this repository. Most new Beats start in their own repository and just make use of the libbeat packages. After you have a working Beat that you'd like to share with others, open a PR to add it to our list of [community -Beats](https://github.com/tsg/beats-onerepo/blob/master/libbeat/docs/communitybeats.asciidoc). +Beats](https://github.com/elastic/beats/blob/master/libbeat/docs/communitybeats.asciidoc). ## Setting up your dev environment