Skip to content

Commit 17a868f

Browse files
authored
docs: replace github/cdr with github/coder (#1193)
1 parent c7f629d commit 17a868f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

admin/devurls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ wildcard domain.
5656
- See our
5757
[guide for creating a TLS certificate using LetsEncrypt](../guides/tls-certificates)
5858
- To add a custom certificate, refer to our
59-
[Helm chart](https://github.com/cdr/enterprise-helm)
59+
[Helm chart](https://github.com/coder/enterprise-helm)
6060

6161
## Setting dev URL access permissions
6262

cli/file-sync.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ so on.
2121

2222
### Example
2323

24-
To sync your local directory **~/Projects/cdr/coder-cli** to **coder-cli** in
24+
To sync your local directory **~/Projects/coder/coder-cli** to **coder-cli** in
2525
the home directory of your workspace:
2626

2727
```console
28-
$ coder sync ~/Projects/cdr/coder-cli my-env:coder-cli
29-
2020-05-19 17:57:40 INFO doing initial sync (~/Projects/cdr/coder-cli -> coder-cli)
28+
$ coder sync ~/Projects/coder/coder-cli my-env:coder-cli
29+
2020-05-19 17:57:40 INFO doing initial sync (~/Projects/coder/coder-cli -> coder-cli)
3030
2020-05-19 17:57:41 SUCCESS finished initial sync (878ms)
31-
2020-05-19 17:57:41 INFO watching ~/Projects/cdr/coder-cli for changes
31+
2020-05-19 17:57:41 INFO watching ~/Projects/coder/coder-cli for changes
3232
```
3333

3434
## Two-way file sync

0 commit comments

Comments
 (0)