From 34af45cec54fb46b6d325be9f453a8fbfc2fb26f Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 10 Oct 2020 03:11:56 +0100 Subject: [PATCH] Use link to rebar3.org instead of "hardcoded" references --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8787cc4..933d2d3f 100644 --- a/README.md +++ b/README.md @@ -163,12 +163,8 @@ asking about things with well-known answers. For bug reports, roadmaps, and issues, visit the [github issues page](https://github.com/erlang/rebar3/issues). -General rebar community resources and links: - -- #rebar on [irc.freenode.net](https://freenode.net/) -- #rebar3 on [erlanger.slack.com](https://erlanger.slack.com/) -- [issues](https://github.com/erlang/rebar3/issues) -- [Documentation](https://rebar3.org/docs) +General rebar community resources and links can be found at +[rebar3.org/docs/about/about-us/#community](https://rebar3.org/docs/about/about-us/#community) To contribute to rebar3, please refer to [CONTRIBUTING](CONTRIBUTING.md).