From 8c4a7f17dce3f5d912de41c9f20c4aa26ddd58fd Mon Sep 17 00:00:00 2001 From: Lincoln Bryant Date: Tue, 22 Sep 2020 08:22:48 -0500 Subject: [PATCH] Update README.md Only one of the two plugin system links seems to work, the other 404's. I think the proposed link may go to the equivalent place? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7014a57f..f44d17ba 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Rebar3 will: Rebar3 is also a self-contained Erlang script. It is easy to distribute or embed directly in a project. Tasks or behaviours can be modified or expanded -with a [plugin system](https://www.rebar3.org/docs/using-available-plugins) +with a [plugin system](https://www.rebar3.org/docs/plugins/#available-plugins) [flexible enough](https://www.rebar3.org/docs/plugins) that even other languages on the Erlang VM will use it as a build tool.