Skip to content

docs(readme): fix broken contributing-guide link#558

Open
MukundaKatta wants to merge 1 commit intocot-rs:masterfrom
MukundaKatta:docs/fix-contributing-link
Open

docs(readme): fix broken contributing-guide link#558
MukundaKatta wants to merge 1 commit intocot-rs:masterfrom
MukundaKatta:docs/fix-contributing-link

Conversation

@MukundaKatta
Copy link
Copy Markdown

Fixes #556. The README linked to https://cot.rs/guide/latest/contributing — that page doesn't exist (404). The actual contributing guide is CONTRIBUTING.md in the repo root.

- [contributing guide](https://cot.rs/guide/latest/contributing)
+ [contributing guide](https://github.com/cot-rs/cot/blob/master/CONTRIBUTING.md)

Verified: /guide/latest/ is 200, /guide/latest/contributing is 404, and no contributing content exists under docs/.

@github-actions github-actions Bot added the A-docs Area: Documentation label Apr 22, 2026
@seqre seqre enabled auto-merge (squash) April 23, 2026 07:11
@seqre
Copy link
Copy Markdown
Member

seqre commented Apr 23, 2026

Thanks for catching that and fixing, we appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docs Area: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nit: incorrect link to contributing guide in README.md

2 participants