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

fix: cdr -> coder in README #52

Merged
merged 1 commit into from
Mar 21, 2022
Merged
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Coder Doctor 🧑‍⚕️

[![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-doctor?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-doctor/releases)
[![GitHub Release](https://img.shields.io/github/v/release/coder/coder-doctor?color=6b9ded&include_prerelease=false)](https://github.com/coder/coder-doctor/releases)
[![Documentation](https://godoc.org/cdr.dev/coder-doctor?status.svg)](https://pkg.go.dev/cdr.dev/coder-doctor)
[![Go Report Card](https://goreportcard.com/badge/cdr.dev/coder-doctor)](https://goreportcard.com/report/cdr.dev/coder-doctor)
[![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)
[![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)
[![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)
[![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)

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

## Installation

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

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

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

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