Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
update link to arthas.aliyun.com. alibaba#1411
Browse files Browse the repository at this point in the history
Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
  • Loading branch information
HollowMan6 committed Aug 11, 2020
1 parent 1172ab6 commit 6dbe10c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion site/src/site/sphinx/en/mc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mc
===

[`mc-redefine` online tutorial](https://alibaba.github.io/arthas/arthas-tutorials?language=en&id=command-mc-redefine)
[`mc-redefine` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials?language=en&id=command-mc-redefine)

> Memory compiler, compiles `.java` files into `.class` files in memory.
Expand Down
2 changes: 1 addition & 1 deletion site/src/site/sphinx/en/redefine.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
redefine
========

[`mc-redefine` online tutorial](https://alibaba.github.io/arthas/arthas-tutorials?language=en&id=command-mc-redefine)
[`mc-redefine` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials?language=en&id=command-mc-redefine)

> Load the external `*.class` files to re-define the loaded classes in JVM.
Expand Down
2 changes: 1 addition & 1 deletion site/src/site/sphinx/mc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mc
===

[`mc-redefine`在线教程](https://alibaba.github.io/arthas/arthas-tutorials?language=cn&id=command-mc-redefine)
[`mc-redefine`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials?language=cn&id=command-mc-redefine)

> Memory Compiler/内存编译器,编译`.java`文件生成`.class`
Expand Down
2 changes: 1 addition & 1 deletion site/src/site/sphinx/redefine.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
redefine
===

[`mc-redefine`在线教程](https://alibaba.github.io/arthas/arthas-tutorials?language=cn&id=command-mc-redefine)
[`mc-redefine`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials?language=cn&id=command-mc-redefine)

> 加载外部的`.class`文件,redefine jvm已加载的类。
Expand Down
2 changes: 1 addition & 1 deletion tutorials/katacoda/command-mc-redefine-cn/arthas-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

在新的`Terminal 2`里,下载`arthas-boot.jar`,再用`java -jar`命令启动:

`wget https://alibaba.github.io/arthas/arthas-boot.jar
`wget https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar`{{execute T2}}

`arthas-boot``Arthas`的启动程序,它启动后,会列出所有的Java进程,用户可以选择需要诊断的目标进程。
Expand Down
2 changes: 1 addition & 1 deletion tutorials/katacoda/command-mc-redefine-cn/finish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
在“mc-redefine”中,我们演示了了Arthas的mc-redefine命令。如果有更多的技巧或者使用疑问,欢迎在Issue里提出。

* Issues: https://github.com/alibaba/arthas/issues
* 文档: https://alibaba.github.io/arthas
* 文档: https://arthas.aliyun.com/doc/


如果您在使用Arthas,请让我们知道,您的使用对我们非常重要:[查看](https://github.com/alibaba/arthas/issues/111)
Expand Down
4 changes: 2 additions & 2 deletions tutorials/katacoda/command-mc-redefine-cn/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



![Arthas](https://alibaba.github.io/arthas/_images/arthas.png)
![Arthas](https://arthas.aliyun.com/doc/_images/arthas.png)

`Arthas` 是Alibaba开源的Java诊断工具,深受开发者喜爱。在线排查问题,无需重启;动态跟踪Java代码;实时监控JVM状态。

Expand All @@ -20,4 +20,4 @@
本教程会以一个普通的Spring Boot应用为例,演示mc-redefine命令。

* Github: https://github.com/alibaba/arthas
* 文档: https://alibaba.github.io/arthas/
* 文档: https://arthas.aliyun.com/doc/
2 changes: 1 addition & 1 deletion tutorials/katacoda/command-mc-redefine-en/arthas-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

In the new `Terminal 2`, download `arthas-boot.jar` and start with the `java -jar` command:

`wget https://alibaba.github.io/arthas/arthas-boot.jar
`wget https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar`{{execute T2}}

`arthas-boot` is the launcher for `Arthas`. It lists all the Java processes, and the user can select the target process to be diagnosed.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/katacoda/command-mc-redefine-en/finish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The `mc-redefine Tutorial` demonstrates the usage of mc-redefine. If you have more tips or questions, please feel free to ask in Issue.

* Issues: https://github.com/alibaba/arthas/issues
* Documentation: https://alibaba.github.io/arthas
* Documentation: https://arthas.aliyun.com/doc/en


If you are using Arthas, please let us know. Your use is very important to us: [View](https://github.com/alibaba/arthas/issues/111)
4 changes: 2 additions & 2 deletions tutorials/katacoda/command-mc-redefine-en/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



![Arthas](https://alibaba.github.io/arthas/_images/arthas.png)
![Arthas](https://arthas.aliyun.com/doc/_images/arthas.png)

`Arthas` is a Java diagnostic tool open-sourced by Alibaba middleware team. Arthas helps developers in trouble-shooting issues in production environment for Java based applications without modifying code or restarting servers.

Expand Down Expand Up @@ -36,5 +36,5 @@ Arthas is built to solve these issues. A developer can troubleshoot production i
This tutorial takes a normal Spring Boot application as an example to demonstrate the the usage of mc-redefine.

* Github: https://github.com/alibaba/arthas
* Docs: https://alibaba.github.io/arthas/
* Docs: https://arthas.aliyun.com/doc/

0 comments on commit 6dbe10c

Please sign in to comment.