summaryrefslogtreecommitdiff
path: root/src/rebar_prv_shell.erl
diff options
context:
space:
mode:
authorgetong <getonga@aliyun.com>2016-12-14 20:09:02 +0800
committergetong <getonga@aliyun.com>2016-12-14 20:09:02 +0800
commitb99c15d29755efcb2a573ddbd9eb9cd2d42dc054 (patch)
tree44acb51f54390354648d0747ffe3bed7b50cc856 /src/rebar_prv_shell.erl
parent95777507a5bc96e310c9f553e55da474711dc81a (diff)
the releases website has changed
Diffstat (limited to 'src/rebar_prv_shell.erl')
-rw-r--r--src/rebar_prv_shell.erl2
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])