From ae518a98741b1f87dfb1cff1adcb7ddcd6133a18 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874pengym@gmail.com> Date: Wed, 22 Jun 2022 19:25:13 +0800 Subject: [PATCH] docs: replaced the SIP002 link in commet --- backend/src/core/proxy-utils/parsers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/core/proxy-utils/parsers/index.js b/backend/src/core/proxy-utils/parsers/index.js index e556d89..b56602b 100644 --- a/backend/src/core/proxy-utils/parsers/index.js +++ b/backend/src/core/proxy-utils/parsers/index.js @@ -5,7 +5,7 @@ import getQXParser from './peggy/qx'; import { Base64 } from 'js-base64'; // Parse SS URI format (only supports new SIP002, legacy format is depreciated). -// reference: https://shadowsocks.org/en/spec/SIP002-URI-Scheme.html +// reference: https://github.com/shadowsocks/shadowsocks-org/wiki/SIP002-URI-Scheme function URI_SS() { const name = 'URI SS Parser'; const test = (line) => {