Skip to content

Commit 6e04501

Browse files
im-coder-lgjsjoeio
andauthored
docs: Fix links (#4770)
* docs: Change `cdr` to `coder`, read desc please Yeah, includes links. * docs: Update README (links and the extra comma) Co-authored-by: Joe Previte <[email protected]>
1 parent 51818dc commit 6e04501

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/MAINTAINING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ Occasionally, other Coder employees may step in time to time to assist with code
4343

4444
To onboard a new maintainer to the project, please make sure to do the following:
4545

46-
- [ ] Add to [cdr/code-server-reviewers](https://github.com/orgs/cdr/teams/code-server-reviewers)
47-
- [ ] Add as Admin under [Repository Settings > Access](https://github.com/cdr/code-server/settings/access)
46+
- [ ] Add to [coder/code-server-reviewers](https://github.com/orgs/coder/teams/code-server-reviewers)
47+
- [ ] Add as Admin under [Repository Settings > Access](https://github.com/coder/code-server/settings/access)
4848
- [ ] Add to [npm Coder org](https://www.npmjs.com/org/coder)
4949
- [ ] Add as [AUR maintainer](https://aur.archlinux.org/packages/code-server/) (talk to Colin)
50-
- [ ] Introduce to community via Discussion (see [example](https://github.com/cdr/code-server/discussions/3955))
50+
- [ ] Introduce to community via Discussion (see [example](https://github.com/coder/code-server/discussions/3955))
5151

5252
### Offboarding
5353

5454
Very similar to Onboarding but Remove maintainer from all teams and revoke access. Please also do the following:
5555

56-
- [ ] Write farewell post via Discussion (see [example](https://github.com/cdr/code-server/discussions/3933))
56+
- [ ] Write farewell post via Discussion (see [example](https://github.com/coder/code-server/discussions/3933))
5757

5858
## Workflow
5959

@@ -64,7 +64,7 @@ contributing on day one.
6464
### Milestones
6565

6666
We operate mainly using
67-
[milestones](https://github.com/cdr/code-server/milestones). This was heavily
67+
[milestones](https://github.com/coder/code-server/milestones). This was heavily
6868
inspired by our friends over at [vscode](https://github.com/microsoft/vscode).
6969

7070
Here are the milestones we use and how we use them:

docs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# code-server
22

3-
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server) [![See v4.0.1 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v4.0.1%20&color=blue)](https://github.com/cdr/code-server/tree/v4.0.1/docs)
3+
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/coder/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/coder/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/coder/code-server) [![See v4.0.1 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v4.0.1%20&color=blue)](https://github.com/coder/code-server/tree/v4.0.1/docs)
44

55
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and
66
access it in the browser.
@@ -14,7 +14,7 @@ access it in the browser.
1414
- Preserve battery life when you're on the go; all intensive tasks run on your
1515
server
1616

17-
| 🔔 code-server is a free browser-based IDE while [Coder](https://coder.com/), is our enterprise developer workspace platform. For more information, visit [Coder.com](https://coder.com/docs/comparison)
17+
| 🔔 code-server is a free browser-based IDE while [Coder](https://coder.com/) is our enterprise developer workspace platform. For more information, visit [Coder.com](https://coder.com/docs/comparison)
1818
| ---
1919

2020
## Requirements
@@ -29,13 +29,13 @@ on how to set up a Google VM on which you can install code-server.
2929
There are three ways to get started:
3030

3131
1. Using the [install
32-
script](https://github.com/cdr/code-server/blob/main/install.sh), which
32+
script](https://github.com/coder/code-server/blob/main/install.sh), which
3333
automates most of the process. The script uses the system package manager if
3434
possible.
3535
2. Manually [installing
3636
code-server](https://coder.com/docs/code-server/latest/install)
3737
3. Using our one-click buttons and guides to [deploy code-server to a cloud
38-
provider](https://github.com/cdr/deploy-code-server)
38+
provider](https://github.com/coder/deploy-code-server)
3939

4040
If you use the install script, you can preview what occurs during the install
4141
process:

0 commit comments

Comments
 (0)