From 796811bd6b112edaa4e8590bc585cbdf9cfbde8e Mon Sep 17 00:00:00 2001 From: Attila Rajmund Nohl Date: Thu, 17 Dec 2020 13:10:00 +0100 Subject: [PATCH] Fixed link to list of plugins. Apparently the docs at rebar3.org do not contain the list of available plugins - the docs at rebar3.readme.io do. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16de1e57..d56ff91f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ ask for respect and understanding and will try to provide the same back. Before requesting or implementing a new feature, please do the following: -- Take a look at our [list of plugins](http://www.rebar3.org/docs/using-available-plugins) +- Take a look at our [list of plugins](https://rebar3.readme.io/docs/using-available-plugins#available-plugins) to know if the feature isn't already supported by the community. - Verify in existing [tickets](https://github.com/erlang/rebar3/issues) whether the feature might already is in the works, has been moved to a plugin, or