Skip to content

Commit a097713

Browse files
committed
remove references of coder could
1 parent f21433a commit a097713

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Consider running code-server with the beta flag `--link` if you don't want to wo
5656

5757
```bash
5858
$ code-server --link
59-
Proxying code-server to Coder Cloud, you can access your IDE at https://valmar-jon.cdr.co
59+
Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
6060
```
6161

6262
## FAQ

src/node/cli.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ const options: Options<Required<Args>> = {
195195
link: {
196196
type: OptionalString,
197197
description: `
198-
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
199-
https://myname.coder-cloud.com at which you can easily access your code-server instance.
198+
Securely bind code-server via our cloud service with the passed name. You'll get a URL like
199+
https://hostname-username.cdr.co at which you can easily access your code-server instance.
200200
Authorization is done via GitHub.
201201
`,
202202
beta: true,

src/node/coder_cloud.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function runAgent(...args: string[]): Promise<void> {
2424
agent.on("close", (code) => {
2525
if (code !== 0) {
2626
rej({
27-
message: `coder cloud agent exited with ${code}`,
27+
message: `--link agent exited with ${code}`,
2828
})
2929
return
3030
}

0 commit comments

Comments
 (0)