From 34d22d64bd41fcec1870f05150cf2c3f6b6db34b Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Tue, 20 Dec 2022 13:33:59 +0000 Subject: [PATCH] docs: replace github/cdr with github/coder --- admin/devurls.md | 2 +- cli/file-sync.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/devurls.md b/admin/devurls.md index d6290ec77..3fea6db91 100644 --- a/admin/devurls.md +++ b/admin/devurls.md @@ -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 diff --git a/cli/file-sync.md b/cli/file-sync.md index 59fe2b310..d0a83acc0 100644 --- a/cli/file-sync.md +++ b/cli/file-sync.md @@ -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