Skip to content

docs: replace github/cdr with github/coder #1193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/devurls.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ wildcard domain.
- See our
[guide for creating a TLS certificate using LetsEncrypt](../guides/tls-certificates)
- To add a custom certificate, refer to our
[Helm chart](https://github.com/cdr/enterprise-helm)
[Helm chart](https://github.com/coder/enterprise-helm)

## Setting dev URL access permissions

Expand Down
8 changes: 4 additions & 4 deletions cli/file-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ so on.

### Example

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

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

## Two-way file sync
Expand Down