Skip to content

Commit 10f57ba

Browse files
authoredFeb 1, 2022
docs: Update some more links (#4806)
* Update links in package.json I will try checking the docs too * docs: Update links in triage.md * docs: Update links in npm.md * docs: Update links in whatever files that have `cdr` * Replace globally, thanks @bpmct! * fix: coderer instead of coder I should've used all three toggles in the Search/Replace tab in the GItHub.dev editor. * Code Formatting
1 parent 439f27c commit 10f57ba

32 files changed

+95
-95
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# NOTE@jsjoeio
3535
# disabling this until we can audit the build process
3636
# and the usefulness of this step
37-
# See: https://github.com/cdr/code-server/issues/4287
37+
# See: https://github.com/coder/code-server/issues/4287
3838
# - name: Fetch dependencies from cache
3939
# id: cache-yarn
4040
# uses: actions/cache@v2

‎.tours/contributing.tour

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
"file": "src/node/heart.ts",
5252
"line": 7,
53-
"description": "code-server's heart beats to indicate recent activity.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#heartbeat-file](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#heartbeat-file)"
53+
"description": "code-server's heart beats to indicate recent activity.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#heartbeat-file](https://github.com/coder/code-server/blob/master/docs/FAQ.md#heartbeat-file)"
5454
},
5555
{
5656
"file": "src/node/socket.ts",
@@ -80,12 +80,12 @@
8080
{
8181
"file": "src/node/routes/domainProxy.ts",
8282
"line": 18,
83-
"description": "code-server provides a built-in proxy to help in developing web-based applications. This is the code for the domain-based proxy.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
83+
"description": "code-server provides a built-in proxy to help in developing web-based applications. This is the code for the domain-based proxy.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
8484
},
8585
{
8686
"file": "src/node/routes/pathProxy.ts",
8787
"line": 19,
88-
"description": "Here is the path-based version of the proxy.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
88+
"description": "Here is the path-based version of the proxy.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
8989
},
9090
{
9191
"file": "src/node/proxy.ts",
@@ -95,7 +95,7 @@
9595
{
9696
"file": "src/node/routes/health.ts",
9797
"line": 5,
98-
"description": "A simple endpoint that lets you see if code-server is up.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#healthz-endpoint](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#healthz-endpoint)"
98+
"description": "A simple endpoint that lets you see if code-server is up.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#healthz-endpoint](https://github.com/coder/code-server/blob/master/docs/FAQ.md#healthz-endpoint)"
9999
},
100100
{
101101
"file": "src/node/routes/login.ts",
@@ -145,7 +145,7 @@
145145
{
146146
"directory": "vendor/modules/code-oss-dev",
147147
"line": 1,
148-
"description": "code-server makes use of VS Code's frontend web/remote support. Most of the modifications implement the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See [https://github.com/cdr/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code](https://github.com/cdr/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code) for a list.\n\nWe make an effort to keep the modifications as few as possible."
148+
"description": "code-server makes use of VS Code's frontend web/remote support. Most of the modifications implement the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See [https://github.com/coder/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code](https://github.com/coder/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code) for a list.\n\nWe make an effort to keep the modifications as few as possible."
149149
}
150150
]
151151
}

‎.tours/start-development.tour

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"file": "src/node/app.ts",
2222
"line": 62,
23-
"description": "## That's it!\n\n\nThat's all there is to it! When this tour ends, your terminal session may stop, but just use `yarn watch` to start developing from here on out!\n\n\nIf you haven't already, be sure to check out these resources:\n- [Tour: Contributing](command:codetour.startTourByTitle?[\"Contributing\")\n- [Docs: FAQ.md](https://github.com/cdr/code-server/blob/master/docs/FAQ.md)\n- [Docs: CONTRIBUTING.md](https://github.com/cdr/code-server/blob/master/docs/CONTRIBUTING.md)\n- [Community: GitHub Discussions](https://github.com/cdr/code-server/discussions)\n- [Community: Slack](https://community.coder.com)"
23+
"description": "## That's it!\n\n\nThat's all there is to it! When this tour ends, your terminal session may stop, but just use `yarn watch` to start developing from here on out!\n\n\nIf you haven't already, be sure to check out these resources:\n- [Tour: Contributing](command:codetour.startTourByTitle?[\"Contributing\")\n- [Docs: FAQ.md](https://github.com/coder/code-server/blob/master/docs/FAQ.md)\n- [Docs: CONTRIBUTING.md](https://github.com/coder/code-server/blob/master/docs/CONTRIBUTING.md)\n- [Community: GitHub Discussions](https://github.com/coder/code-server/discussions)\n- [Community: Slack](https://community.coder.com)"
2424
}
2525
]
2626
}

‎CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ VS Code v99.99.999
2020
2121
-->
2222

23-
## [Unreleased](https://github.com/cdr/code-server/releases)
23+
## [Unreleased](https://github.com/coder/code-server/releases)
2424

2525
VS Code v0.00.0
2626

2727
### Changed
2828

2929
- Add here
3030

31-
## [4.0.2](https://github.com/cdr/code-server/releases/tag/v4.0.2) - 2022-01-27
31+
## [4.0.2](https://github.com/coder/code-server/releases/tag/v4.0.2) - 2022-01-27
3232

3333
VS Code v1.63.0
3434

@@ -39,7 +39,7 @@ VS Code v1.63.0
3939
file is missing. While we do include the script now we are leaving the
4040
variable omitted because the script does not work yet.
4141

42-
## [4.0.1](https://github.com/cdr/code-server/releases/tag/v4.0.1) - 2022-01-04
42+
## [4.0.1](https://github.com/coder/code-server/releases/tag/v4.0.1) - 2022-01-04
4343

4444
VS Code v1.63.0
4545

@@ -77,7 +77,7 @@ implementation (#4414).
7777

7878
- We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).
7979

80-
## [3.12.0](https://github.com/cdr/code-server/releases/tag/v3.12.0) - 2021-09-15
80+
## [3.12.0](https://github.com/coder/code-server/releases/tag/v3.12.0) - 2021-09-15
8181

8282
VS Code v1.60.0
8383

@@ -89,15 +89,15 @@ VS Code v1.60.0
8989

9090
- Fix logout when using a base path (#3608).
9191

92-
## [3.11.1](https://github.com/cdr/code-server/releases/tag/v3.11.1) - 2021-08-06
92+
## [3.11.1](https://github.com/coder/code-server/releases/tag/v3.11.1) - 2021-08-06
9393

9494
Undocumented (see releases page).
9595

96-
## [3.11.0](https://github.com/cdr/code-server/releases/tag/v3.11.0) - 2021-06-14
96+
## [3.11.0](https://github.com/coder/code-server/releases/tag/v3.11.0) - 2021-06-14
9797

9898
Undocumented (see releases page).
9999

100-
## [3.10.2](https://github.com/cdr/code-server/releases/tag/v3.10.2) - 2021-05-21
100+
## [3.10.2](https://github.com/coder/code-server/releases/tag/v3.10.2) - 2021-05-21
101101

102102
VS Code v1.56.1
103103

@@ -113,7 +113,7 @@ VS Code v1.56.1
113113

114114
- Fix "Open Folder" on welcome page (#3437).
115115

116-
## [3.10.1](https://github.com/cdr/code-server/releases/tag/v3.10.1) - 2021-05-17
116+
## [3.10.1](https://github.com/coder/code-server/releases/tag/v3.10.1) - 2021-05-17
117117

118118
VS Code v1.56.1
119119

@@ -127,7 +127,7 @@ VS Code v1.56.1
127127

128128
- Use xdgBasedir.runtime instead of tmp (#3304).
129129

130-
## [3.10.0](https://github.com/cdr/code-server/releases/tag/v3.10.0) - 2021-05-10
130+
## [3.10.0](https://github.com/coder/code-server/releases/tag/v3.10.0) - 2021-05-10
131131

132132
VS Code v1.56.0
133133

@@ -158,4 +158,4 @@ VS Code v1.56.0
158158
This was added with `3.10.0`, which means any previous versions are not
159159
documented in the changelog.
160160

161-
To see those, please visit the [Releases page](https://github.com/cdr/code-server/releases).
161+
To see those, please visit the [Releases page](https://github.com/coder/code-server/releases).

‎ci/build/build-code-server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ main() {
2626
echo "Downloading the cloud agent..."
2727

2828
set +e
29-
curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent
29+
curl -fsSL "https://github.com/coder/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent
3030
chmod +x ./lib/coder-cloud-agent
3131
set -e
3232
fi

‎ci/build/code-server.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
# Runs code-server with the bundled node binary.
66

77
_realpath() {
8-
# See https://github.com/cdr/code-server/issues/1537 on why no realpath or readlink -f.
8+
# See https://github.com/coder/code-server/issues/1537 on why no realpath or readlink -f.
99

1010
script="$1"
1111
cd "$(dirname "$script")"
@@ -16,7 +16,7 @@ _realpath() {
1616
&& cat package.json | grep -q '^ "name": "code-server",$'; then
1717
echo "***** Please use the script in bin/code-server instead!" >&2
1818
echo "***** This script will soon be removed!" >&2
19-
echo "***** See the release notes at https://github.com/cdr/code-server/releases/tag/v3.4.0" >&2
19+
echo "***** See the release notes at https://github.com/coder/code-server/releases/tag/v3.4.0" >&2
2020
fi
2121

2222
script="$(readlink "$(basename "$script")")"

‎ci/build/nfpm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainer: "Anmol Sethi <hi@nhooyr.io>"
88
description: |
99
Run VS Code in the browser.
1010
vendor: "Coder"
11-
homepage: "https://github.com/cdr/code-server"
11+
homepage: "https://github.com/coder/code-server"
1212
license: "MIT"
1313

1414
contents:

‎ci/build/npm-postinstall.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ main() {
5757

5858
mkdir -p ./lib
5959

60-
if curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent; then
60+
if curl -fsSL "https://github.com/coder/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent; then
6161
chmod +x ./lib/coder-cloud-agent
6262
else
6363
echo "Failed to download cloud agent; --link will not work"
6464
fi
6565

6666
if ! vscode_yarn; then
6767
echo "You may not have the required dependencies to build the native modules."
68-
echo "Please see https://github.com/cdr/code-server/blob/master/docs/npm.md"
68+
echo "Please see https://github.com/coder/code-server/blob/master/docs/npm.md"
6969
exit 1
7070
fi
7171

‎ci/build/release-prep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ main() {
9090

9191
echo -e "\nOpening a draft PR on GitHub"
9292
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
93-
$CMD gh pr create --base main --title "release: $CODE_SERVER_VERSION_TO_UPDATE" --body "$RELEASE_TEMPLATE_STRING" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft --assignee "@me"
93+
$CMD gh pr create --base main --title "release: $CODE_SERVER_VERSION_TO_UPDATE" --body "$RELEASE_TEMPLATE_STRING" --reviewer @coder/code-server-reviewers --repo coder/code-server --draft --assignee "@me"
9494

9595
# Open PR in browser
9696
$CMD gh pr view --web

‎ci/helm-chart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: code-server
3-
description: A Helm chart for cdr/code-server
3+
description: A Helm chart for coder/code-server
44

55
# A chart can be either an 'application' or a 'library' chart.
66
#

‎ci/steps/brew-bump.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ main() {
2121
exit 1
2222
fi
2323

24-
# NOTE: we need to make sure cdrci/homebrew-core
24+
# NOTE: we need to make sure coderci/homebrew-core
2525
# is up-to-date
2626
# otherwise, brew bump-formula-pr will use an
2727
# outdated base
28-
echo "Cloning cdrci/homebrew-core"
29-
git clone https://github.com/cdrci/homebrew-core.git
28+
echo "Cloning coderci/homebrew-core"
29+
git clone https://github.com/coderci/homebrew-core.git
3030

3131
# Make sure the git clone step is successful
3232
if directory_exists "homebrew-core"; then
@@ -57,7 +57,7 @@ main() {
5757
echo "Merging in latest Homebrew/homebrew-core changes"
5858
git merge upstream/master
5959

60-
echo "Pushing changes to cdrci/homebrew-core fork on GitHub"
60+
echo "Pushing changes to coderci/homebrew-core fork on GitHub"
6161

6262
# GIT_ASKPASS lets us use the password when pushing without revealing it in the process list
6363
# See: https://serverfault.com/a/912788
@@ -86,7 +86,7 @@ main() {
8686
# Export the variables so git sees them
8787
export HOMEBREW_GITHUB_API_TOKEN="$HOMEBREW_GITHUB_API_TOKEN"
8888
export GIT_ASKPASS="$PATH_TO_ASKPASS"
89-
git push https://cdr-oss@github.com/cdr-oss/homebrew-core.git --all
89+
git push https://coder-oss@github.com/coder-oss/homebrew-core.git --all
9090

9191
# Find the docs for bump-formula-pr here
9292
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18

‎ci/steps/publish-npm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ main() {
6767
tar -xzf release-npm-package/package.tar.gz
6868

6969
# Ignore symlink when publishing npm package
70-
# See: https://github.com/cdr/code-server/pull/3935
70+
# See: https://github.com/coder/code-server/pull/3935
7171
echo "node_modules.asar" > release/.npmignore
7272

7373
# NOTES:@jsjoeio

‎docs/CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These are required by VS Code. See [their Wiki](https://github.com/microsoft/vsc
6161

6262
## Creating pull requests
6363

64-
Please create a [GitHub Issue](https://github.com/cdr/code-server/issues) that
64+
Please create a [GitHub Issue](https://github.com/coder/code-server/issues) that
6565
includes context for issues that you see. You can skip this if the proposed fix
6666
is minor.
6767

@@ -78,12 +78,12 @@ we'll guide you.
7878

7979
## Development workflow
8080

81-
The current development workflow is a bit tricky because we have this repo and we use our `cdr/vscode` fork inside it with [`yarn link`](https://classic.yarnpkg.com/lang/en/docs/cli/link/).
81+
The current development workflow is a bit tricky because we have this repo and we use our `coder/vscode` fork inside it with [`yarn link`](https://classic.yarnpkg.com/lang/en/docs/cli/link/).
8282

8383
Here are these steps you should follow to get your dev environment setup:
8484

85-
1. `git clone https://github.com/cdr/code-server.git` - Clone `code-server`
86-
2. `git clone https://github.com/cdr/vscode.git` - Clone `vscode`
85+
1. `git clone https://github.com/coder/code-server.git` - Clone `code-server`
86+
2. `git clone https://github.com/coder/vscode.git` - Clone `vscode`
8787
3. `cd vscode && yarn install` - install the dependencies in the `vscode` repo
8888
4. `cd code-server && yarn install` - install the dependencies in the `code-server` repo
8989
5. `cd vscode && yarn link` - use `yarn` to create a symlink to the `vscode` repo (`code-oss-dev` package)
@@ -92,14 +92,14 @@ Here are these steps you should follow to get your dev environment setup:
9292

9393
### Updates to VS Code
9494

95-
If changes are made and merged into `main` in the [`cdr/vscode`](https://github.com/cdr/vscode) repo, then you'll need to update the version in the `code-server` repo by following these steps:
95+
If changes are made and merged into `main` in the [`coder/vscode`](https://github.com/coder/vscode) repo, then you'll need to update the version in the `code-server` repo by following these steps:
9696

9797
1. Update the package tag listed in `vendor/package.json`:
9898

9999
```json
100100
{
101101
"devDependencies": {
102-
"vscode": "cdr/vscode#<latest-commit-sha>"
102+
"vscode": "coder/vscode#<latest-commit-sha>"
103103
}
104104
}
105105
```
@@ -148,7 +148,7 @@ yarn package
148148
149149
### Help
150150

151-
If you get stuck or need help, you can always start a new GitHub Discussion [here](https://github.com/cdr/code-server/discussions). One of the maintainers will respond and help you out.
151+
If you get stuck or need help, you can always start a new GitHub Discussion [here](https://github.com/coder/code-server/discussions). One of the maintainers will respond and help you out.
152152

153153
## Test
154154

‎docs/FAQ.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
## Questions?
3838

3939
Please file all questions and support requests at
40-
<https://github.com/cdr/code-server/discussions>.
40+
<https://github.com/coder/code-server/discussions>.
4141

4242
## How should I expose code-server to the internet?
4343

@@ -111,11 +111,11 @@ These are the closed-source extensions that are presently unavailable:
111111

112112
1. [Live Share](https://visualstudio.microsoft.com/services/live-share). We may
113113
implement something similar (see
114-
[#33](https://github.com/cdr/code-server/issues/33))
114+
[#33](https://github.com/coder/code-server/issues/33))
115115
1. [Remote Extensions (SSH, Containers,
116116
WSL)](https://github.com/microsoft/vscode-remote-release). We may implement
117117
these again at some point, see
118-
([#1315](https://github.com/cdr/code-server/issues/1315)).
118+
([#1315](https://github.com/coder/code-server/issues/1315)).
119119

120120
For more about the closed source portions of VS Code, see [vscodium/vscodium](https://github.com/VSCodium/vscodium#why-does-this-exist).
121121

@@ -222,7 +222,7 @@ You may have to give Node.js full disk access, since it doesn't implement any of
222222
Privacy** > **Privacy** > **Full Disk Access**. Then, click the 🔒 to unlock,
223223
click **+**, and select the Node.js binary you located in the previous step.
224224

225-
See [#2794](https://github.com/cdr/code-server/issues/2794) for additional context.
225+
See [#2794](https://github.com/coder/code-server/issues/2794) for additional context.
226226

227227
## How do I direct server-side requests through a proxy?
228228

@@ -302,7 +302,7 @@ after a predetermined amount of time, you can do so by checking continuously for
302302
the last modified time on the heartbeat file. If it is older than X minutes (or
303303
whatever amount of time you'd like), you can kill code-server.
304304

305-
Eventually, [#1636](https://github.com/cdr/code-server/issues/1636) will make
305+
Eventually, [#1636](https://github.com/coder/code-server/issues/1636) will make
306306
this process better.
307307

308308
## How do I change the password?
@@ -376,7 +376,7 @@ Theia doesn't allow you to reuse your existing VS Code config.
376376
## What's the difference between code-server and OpenVSCode-Server?
377377

378378
code-server and OpenVSCode-Server both allow you to access VS Code via a
379-
browser. The two projects also use their own [forks of VS Code](https://github.com/cdr/vscode) to
379+
browser. The two projects also use their own [forks of VS Code](https://github.com/coder/vscode) to
380380
leverage modern VS Code APIs and stay up to date with the upsteam version.
381381

382382
However, OpenVSCode-Server is scoped at only making VS Code available in the web browser.
@@ -388,7 +388,7 @@ code-server includes some other features:
388388
- plugin API
389389
- settings sync (coming soon)
390390

391-
For more details, see [this discussion post](https://github.com/cdr/code-server/discussions/4267#discussioncomment-1411583).
391+
For more details, see [this discussion post](https://github.com/coder/code-server/discussions/4267#discussioncomment-1411583).
392392

393393
## What's the difference between code-server and GitHub Codespaces?
394394

@@ -406,7 +406,7 @@ minute plus an additional twelve per hour.
406406

407407
## Are there community projects involving code-server?
408408

409-
Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server)
409+
Visit the [awesome-code-server](https://github.com/coder/awesome-code-server)
410410
repository to view community projects and guides with code-server! Feel free to
411411
add your own!
412412

0 commit comments

Comments
 (0)
Failed to load comments.