From 53ceea918bb457b0e6362440c5d96f6868b680c8 Mon Sep 17 00:00:00 2001 From: "blinkagent[bot]" <237617714+blinkagent[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:50:47 +0000 Subject: [PATCH] docs: remove broken image reference in contributing guide (#22013) The "Deploy PR manually" image (`deploy-pr-manually.png`) referenced in the contributing docs has never existed in the repository, resulting in a broken image on the [docs site](https://coder.com/docs/about/contributing/CONTRIBUTING#deploying-a-pr). This PR removes the broken `` tag and ends the sentence with a period instead. The `pr-deploy.yaml` workflow link remains intact for users to navigate to the workflow dispatch page directly. Created on behalf of @DavidFrawormo Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> --- docs/about/contributing/CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/about/contributing/CONTRIBUTING.md b/docs/about/contributing/CONTRIBUTING.md index 7b28951733..049e8e4051 100644 --- a/docs/about/contributing/CONTRIBUTING.md +++ b/docs/about/contributing/CONTRIBUTING.md @@ -119,9 +119,7 @@ this: - Run `./scripts/deploy-pr.sh` - Manually trigger the [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml) - GitHub Action workflow: - - Deploy PR manually + GitHub Action workflow. #### Available options