diff --git a/.gitmodules b/.gitmodules index 9854a1b1dd30..fe7e3c081bbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/vscode"] path = lib/vscode - url = https://github.com/microsoft/vscode + url = https://github.com/ecampuslearning/vscode-oss diff --git a/package.json b/package.json index e91feacc035e..457b44bd75e4 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "license": "MIT", "version": "0.0.0", "description": "Run VS Code on a remote server.", - "homepage": "https://github.com/coder/code-server", + "homepage": "https://github.com/ecampuslearning/coder/code-server", "bugs": { - "url": "https://github.com/coder/code-server/issues" + "url": "https://github.com/ecampuslearning/coder/code-server/issues" }, - "repository": "https://github.com/coder/code-server", + "repository": "https://github.com/ecampuslearning/coder/code-server", "scripts": { "clean": "./ci/build/clean.sh", "build": "./ci/build/build-code-server.sh",