Browse Source

Update links in package.json

I will try checking the docs too
bpmct/link-check
LG 4 years ago
committed by GitHub
parent
commit
dfeca1c2bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package.json

6
package.json

@ -3,11 +3,11 @@
"license": "MIT", "license": "MIT",
"version": "4.0.2", "version": "4.0.2",
"description": "Run VS Code on a remote server.", "description": "Run VS Code on a remote server.",
"homepage": "https://github.com/cdr/code-server",
"homepage": "https://github.com/coder/code-server",
"bugs": { "bugs": {
"url": "https://github.com/cdr/code-server/issues"
"url": "https://github.com/coder/code-server/issues"
}, },
"repository": "https://github.com/cdr/code-server",
"repository": "https://github.com/coder/code-server",
"scripts": { "scripts": {
"clean": "./ci/build/clean.sh", "clean": "./ci/build/clean.sh",
"build": "./ci/build/build-code-server.sh", "build": "./ci/build/build-code-server.sh",

Loading…
Cancel
Save