Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 6491ee7

Browse files
author
G r e y
authored
fix: cdr -> coder in README (#52)
We missed updating this when we moved repositories
1 parent b29f09c commit 6491ee7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Coder Doctor 🧑‍⚕️
22

3-
[![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-doctor?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-doctor/releases)
3+
[![GitHub Release](https://img.shields.io/github/v/release/coder/coder-doctor?color=6b9ded&include_prerelease=false)](https://github.com/coder/coder-doctor/releases)
44
[![Documentation](https://godoc.org/cdr.dev/coder-doctor?status.svg)](https://pkg.go.dev/cdr.dev/coder-doctor)
55
[![Go Report Card](https://goreportcard.com/badge/cdr.dev/coder-doctor)](https://goreportcard.com/report/cdr.dev/coder-doctor)
6-
[![build](https://github.com/cdr/coder-doctor/actions/workflows/build.yaml/badge.svg?event=push&branch=main)](https://github.com/cdr/coder-doctor/actions/workflows/build.yaml?query=branch%3Amain)
7-
[![Coverage Status](https://coveralls.io/repos/github/cdr/coder-doctor/badge.svg?branch=main&t=sEVzim)](https://coveralls.io/github/cdr/coder-doctor?branch=main)
6+
[![build](https://github.com/coder/coder-doctor/actions/workflows/build.yaml/badge.svg?event=push&branch=main)](https://github.com/coder/coder-doctor/actions/workflows/build.yaml?query=branch%3Amain)
7+
[![Coverage Status](https://coveralls.io/repos/github/coder/coder-doctor/badge.svg?branch=main&t=sEVzim)](https://coveralls.io/github/coder/coder-doctor?branch=main)
88

99
Coder Doctor is a command-line diagnostic tool for checking that a
1010
given platform can run the Coder control plane and workspaces.
@@ -27,7 +27,7 @@ preflight checks:
2727

2828
## Installation
2929

30-
You can manually download the latest [release](https://github.com/cdr/coder-doctor/releases):
30+
You can manually download the latest [release](https://github.com/coder/coder-doctor/releases):
3131

3232
1. Click a release and download the tar file for your operating system
3333
(ex: coder-doctor-linux-amd64.tar.gz)
@@ -78,8 +78,8 @@ should work as well.
7878
We love feedback! Please [open an issue] or [submit a pull request]
7979
with any ideas for improving this.
8080

81-
[open an issue]: https://github.com/cdr/coder-doctor/issues
82-
[submit a pull request]: https://github.com/cdr/coder-doctor/pulls
81+
[open an issue]: https://github.com/coder/coder-doctor/issues
82+
[submit a pull request]: https://github.com/coder/coder-doctor/pulls
8383

8484
**Note:** This tool is in `beta` state and Coder offers no compatibility
8585
guarantees, either for the tool itself or any public Go APIs. Most code

0 commit comments

Comments
 (0)