fix doc links

This commit is contained in:
vic
2019-02-15 13:59:28 +08:00
committed by hengyunabc
parent 92e3628fe7
commit 0bfcb6ca11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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)命令实现热更新代码。