From 280994100d9e246a8f489cd0426b75d045c06617 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 30 Sep 2022 00:41:40 +0800 Subject: [PATCH] Added friend link English version in knowledge documentation --- docs-source/src/en/guide/knowledge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-source/src/en/guide/knowledge.md b/docs-source/src/en/guide/knowledge.md index 5c42c18c..7e966c1e 100644 --- a/docs-source/src/en/guide/knowledge.md +++ b/docs-source/src/en/guide/knowledge.md @@ -82,7 +82,7 @@ Before starting, you need to have the following basics to better use `YukiHookAP - Grasp and proficient in using Java reflection, understand simple Smali syntax, understand Dex file structure, and use reverse analysis to locate method locations -- Grasp the basic native [Xposed API](https://api.xposed.info) usage, understand the operation principle of Xposed +- Grasp the basic native [Xposed API](https://api.xposed.info) usage, understand the operation principle of Xposed, see [here](https://blog.ketal.icu/en/Xposed%E6%A8%A1%E5%9D%97%E5%BC%80%E5%8F%91%E5%85%A5%E9%97%A8%E4%BF%9D%E5%A7%86%E7%BA%A7%E6%95%99%E7%A8%8B/) **(Friend Link)** - Grasp Kotlin language and learn to use **Kotlin lambda**