Skip to content

Commit 721187e

Browse files
committed
修改文档
1 parent 0364eb8 commit 721187e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/AndroidAopReplaceClass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This aspect is used to replace the method call in the code, and needs to be used
5050
5151
In simple terms, ```LEAF_EXTENDS``` and ```DIRECT_EXTENDS``` are two extremes. The former focuses on the last node in the inheritance relationship, while the latter focuses on the first node in the inheritance relationship.
5252
53-
- excludeWeaving and includeWeaving are similar to exclude and include in the [getting started](https://flyjingfish.github.io/AndroidAOP/zh/getting_started/#app-buildgradle-androidaopconfig)
53+
- excludeWeaving and includeWeaving are similar to exclude and include in the [getting started](/AndroidAOP/getting_started/#4-add-the-androidaopconfig-configuration-item-in-apps-buildgradle-this-step-is-an-optional-configuration-item)
5454
5555
### @AndroidAopReplaceNew
5656

docs/AspectJ_Migration_Guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ public class CheckAspectJ {
149149
}
150150
}
151151
```
152-
### AndroidAOP code[@AndroidAopMatchClassMethod](https://flyjingfish.github.io/AndroidAOP/AndroidAopMatchClassMethod/)
152+
### AndroidAOP code
153+
154+
[@AndroidAopMatchClassMethod](https://flyjingfish.github.io/AndroidAOP/AndroidAopMatchClassMethod/)
153155
```kotlin
154156
@AndroidAopMatchClassMethod(
155157
targetClassName = "com.flyjingfish.test.MainActivity",

docs/zh/AndroidAopReplaceClass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
5252
简单来说,```LEAF_EXTENDS```和```DIRECT_EXTENDS```是两个极端,前者关注的是继承关系中最后一个节点,后者关注的是继承关系中第一个节点。
5353
54-
- excludeWeaving 和 includeWeaving 类似于 [入门处的配置](https://flyjingfish.github.io/AndroidAOP/zh/getting_started/#app-buildgradle-androidaopconfig) 的 exclude 和 include
54+
- excludeWeaving 和 includeWeaving 类似于 [入门处的配置](/AndroidAOP/zh/getting_started/#app-buildgradle-androidaopconfig) 的 exclude 和 include
5555
5656
### @AndroidAopReplaceNew
5757

0 commit comments

Comments
 (0)