From cc21733cbed29dbd2279289d22daed2ba20ef60d Mon Sep 17 00:00:00 2001 From: abgox Date: Wed, 18 Dec 2024 22:52:04 +0800 Subject: [PATCH] fix(completions): update psc --- completions/psc/language/en-US.json | 2 +- completions/psc/language/zh-CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/psc/language/en-US.json b/completions/psc/language/en-US.json index b3769c8..fce65e1 100644 --- a/completions/psc/language/en-US.json +++ b/completions/psc/language/en-US.json @@ -266,7 +266,7 @@ ] }, { - "name": "\"https://raw.githubusercontent.com/abgox/PSCompletions/main\"", + "name": "\"https://github.com/abgox/PSCompletions/raw/main\"", "tip": [ "Use Github repo" ] diff --git a/completions/psc/language/zh-CN.json b/completions/psc/language/zh-CN.json index e099c05..672ca64 100644 --- a/completions/psc/language/zh-CN.json +++ b/completions/psc/language/zh-CN.json @@ -264,7 +264,7 @@ ] }, { - "name": "\"https://raw.githubusercontent.com/abgox/PSCompletions/main\"", + "name": "\"https://github.com/abgox/PSCompletions/raw/main\"", "tip": [ "使用 Github 地址。" ]