From 2888d8deee025a21855f84b5e725cb4789f71b47 Mon Sep 17 00:00:00 2001 From: pengzhile Date: Wed, 1 Jun 2022 09:56:54 +0800 Subject: [PATCH] update links Signed-off-by: pengzhile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f517f10..2af8ef1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Usage -* download from the [releases page](https://github.com/ja-netfilter/ja-netfilter/releases) +* download from the [releases page](https://gitee.com/ja-netfilter/ja-netfilter/releases) * add `-javaagent:/absolute/path/to/ja-netfilter.jar` argument (**Change to your actual path**) * add as an argument of the `java` command. eg: `java -javaagent:/absolute/path/to/ja-netfilter.jar -jar executable_jar_file.jar` * some apps support the `JVM Options file`, you can add as a line of the `JVM Options file`. @@ -68,7 +68,7 @@ EQUAL,somedomain ## Plugin system * for developer: - * view the [scaffold project](https://github.com/ja-netfilter/ja-netfilter-sample-plugin) written for the plugin system + * view the [scaffold project](https://gitee.com/ja-netfilter/ja-netfilter-sample-plugin) written for the plugin system * compile your plugin and publish it * just use your imagination~