update link to arthas.aliyun.com. #1411

This commit is contained in:
hengyunabc
2020-08-10 19:34:27 +08:00
parent ecda07c36f
commit f9160fcbea
400 changed files with 565 additions and 565 deletions
@@ -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";