From 46f0e369d7808f938a52277c3301592c88449162 Mon Sep 17 00:00:00 2001 From: linbingjun <13425088053@139.com> Date: Thu, 14 Apr 2022 10:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b15d60..aad2b8a 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ myProxy: type: http behavior: classical - url: "https://gitee.com/LambdaExpression/clash-rules/raw/master/ruleset/proxy.yaml" + url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/proxy.yaml" path: ./ruleset/myProxy.yaml interval: 86400 myReject: type: http behavior: classical - url: "https://gitee.com/LambdaExpression/clash-rules/raw/master/ruleset/reject.yaml" + url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/reject.yaml" path: ./ruleset/myReject.yaml interval: 86400 ```