diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-12-14 06:54:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 06:54:07 -0800 |
commit | 1f8df5637c34fbf512873807dc3e5961fd8d3ad6 (patch) | |
tree | 44acb51f54390354648d0747ffe3bed7b50cc856 | |
parent | 95777507a5bc96e310c9f553e55da474711dc81a (diff) | |
parent | b99c15d29755efcb2a573ddbd9eb9cd2d42dc054 (diff) |
Merge pull request #1418 from getong/releases_website
the releases website has changed
-rw-r--r-- | src/rebar_prv_shell.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl index 31b2e17..7d1ee07 100644 --- a/src/rebar_prv_shell.erl +++ b/src/rebar_prv_shell.erl @@ -339,7 +339,7 @@ reread_config(State) -> boot_apps(Apps) -> ?WARN("The rebar3 shell is a development tool; to deploy " "applications in production, consider using releases " - "(http://www.rebar3.org/v3.0/docs/releases)", []), + "(http://www.rebar3.org/docs/releases)", []), Normalized = normalize_boot_apps(Apps), Res = [application:ensure_all_started(App) || App <- Normalized], _ = [?INFO("Booted ~p", [App]) |