mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix doc links
This commit is contained in:
@@ -19,4 +19,4 @@ The output directory can be specified with the `-d` option:
|
||||
mc -d /tmp/output /tmp/ClassA.java /tmp/ClassB.java
|
||||
```
|
||||
|
||||
After compiling the `.class` file, you can use the [`redefine`](redefine.md) command to re-define the loaded classes in JVM.
|
||||
After compiling the `.class` file, you can use the [redefine](redefine.md) command to re-define the loaded classes in JVM.
|
||||
|
||||
@@ -19,4 +19,4 @@ mc -c 327a647b /tmp/Test.java
|
||||
mc -d /tmp/output /tmp/ClassA.java /tmp/ClassB.java
|
||||
```
|
||||
|
||||
编译生成`.class`文件之后,可以结合[`redefine`](redefine.md)命令实现热更新代码。
|
||||
编译生成`.class`文件之后,可以结合[redefine](redefine.md)命令实现热更新代码。
|
||||
|
||||
Reference in New Issue
Block a user