From 3e3ad10e3e46acd8491bfdf2fc7084f082f1d6f4 Mon Sep 17 00:00:00 2001 From: vk Date: Sat, 6 Nov 2021 11:58:28 +0200 Subject: [PATCH] Fix #17 - fix link to rebar3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a6b9b4..e0e9c67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rebar3_plugin -A `rebar_plugin` is a simple [rebar3](https://rebar3.readme.io/) `GitHub` template which includes +A `rebar_plugin` is a simple [rebar3](http://rebar3.org) `GitHub` template which includes the basic functionality that will be used in any `rebar3` plugin, as well as a ready-made template for `GitHub Actions`, `GitHub Issue Templates`, and the configuration for some useful tools like `dialyzer`, `xref`, `hank`, etc. ## How it works