mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update link to arthas.aliyun.com. #1411
This commit is contained in:
@@ -57,7 +57,7 @@ public class Arthas {
|
||||
if (commandLine.getOptionValue("target-ip") == null) {
|
||||
throw new IllegalStateException("as.sh is too old to support web console, " +
|
||||
"please run the following command to upgrade to latest version:" +
|
||||
"\ncurl -sLk https://alibaba.github.io/arthas/install.sh | sh");
|
||||
"\ncurl -sLk https://arthas.aliyun.com/install.sh | sh");
|
||||
}
|
||||
configure.setIp((String) commandLine.getOptionValue("target-ip"));
|
||||
configure.setTelnetPort((Integer) commandLine.getOptionValue("telnet-port"));
|
||||
|
||||
@@ -25,7 +25,7 @@ public interface Constants {
|
||||
|
||||
String WIKI = "\nWIKI:\n";
|
||||
|
||||
String WIKI_HOME = " https://alibaba.github.io/arthas/";
|
||||
String WIKI_HOME = " https://arthas.aliyun.com/doc/";
|
||||
|
||||
String EXPRESS_EXAMPLES = "Examples:\n" +
|
||||
" params\n" +
|
||||
|
||||
@@ -23,7 +23,7 @@ public class ArthasBanner {
|
||||
private static final String LOGO_LOCATION = "/com/taobao/arthas/core/res/logo.txt";
|
||||
private static final String CREDIT_LOCATION = "/com/taobao/arthas/core/res/thanks.txt";
|
||||
private static final String VERSION_LOCATION = "/com/taobao/arthas/core/res/version";
|
||||
private static final String WIKI = "https://alibaba.github.io/arthas";
|
||||
private static final String WIKI = "https://arthas.aliyun.com/doc";
|
||||
private static final String TUTORIALS = "https://arthas.aliyun.com/doc/arthas-tutorials.html";
|
||||
|
||||
private static String LOGO = "Welcome to Arthas";
|
||||
|
||||
Reference in New Issue
Block a user