Modify merge to new document url for code note

This commit is contained in:
2022-09-17 14:54:52 +08:00
parent 8f73935a3f
commit 2bd3acf73b
11 changed files with 25 additions and 25 deletions

View File

@@ -81,7 +81,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
* @param msg 错误消息
*/
private fun SymbolProcessorEnvironment.problem(msg: String) {
val helpMsg = "Looking for help? see https://fankes.github.io/YukiHookAPI/#/config/xposed-using"
val helpMsg = "Looking for help? see https://fankes.github.io/YukiHookAPI/en/config/xposed-using"
logger.error(message = "[$TAG] $msg\n$helpMsg")
throw RuntimeException("[$TAG] $msg\n$helpMsg")
}