diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2d985f..35ebd8d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '^1.16.7' + go-version: "^1.16.7" - name: Install dependencies run: ./scripts/install_deps.sh @@ -76,7 +76,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '^1.16.7' + go-version: "^1.16.7" - name: Install dependencies run: ./scripts/install_deps.sh diff --git a/README.md b/README.md index 2f871f1..942d937 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) @@ -42,7 +42,7 @@ Alternatively, use the below command, replacing `$VERSION`, `$OSTYPE` as required: ```shell-session -$ curl -fSsL "https://github.com/cdr/coder-doctor/releases/latest/download/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf - +$ curl -fSsL "https://github.com/coder/coder-doctor/releases/download/v${VERSION}/coder-doctor_${VERSION}_${OSTYPE}_${ARCH}.tar.gz" | tar -xzvf - README.md coder-doctor ``` @@ -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