Skip to content

Commit d3710be

Browse files
committed
chore: update github urls
1 parent 3041d73 commit d3710be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/src/addon_manager/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
export const DEVELOPMENT_IFRAME_URL = "http://127.0.0.1:5173";
33

44
// GitHub Repository Info
5-
export const REPOSITORY_PATH = "https://github.com/carsakiller/LLS-Addons.git";
5+
export const REPOSITORY_PATH = "https://github.com/LuaLS/LLS-Addons.git";
66
export const REPOSITORY_OWNER = "carsakiller";
77
export const REPOSITORY_NAME = "LLS-Addons";
88
export const REPOSITORY_DEFAULT_BRANCH = "main";
99
export const REPOSITORY_ISSUES_URL =
10-
"https://github.com/carsakiller/vscode-lua-webvue/issues/new?template=bug_report.yml";
10+
"https://github.com/LuaLS/vscode-lua-webvue/issues/new?template=bug_report.yml";
1111
export const ADDONS_DIRECTORY = "addons";
1212

1313
// settings.json file info

client/webvue

server

0 commit comments

Comments
 (0)