Skip to content

Fix documentation repository link in contributing guide - #108

Merged
Kilerd merged 1 commit into
fishaudio:mainfrom
AlvaroBalbin:docs/fix-contributing-repo-link
Jul 30, 2026
Merged

Fix documentation repository link in contributing guide#108
Kilerd merged 1 commit into
fishaudio:mainfrom
AlvaroBalbin:docs/fix-contributing-repo-link

Conversation

@AlvaroBalbin

@AlvaroBalbin AlvaroBalbin commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

contributing.mdx points anyone who wants to improve the documentation at https://github.com/fishaudio/fish-docs, but that repository returns 404. The documentation lives in this repository, fishaudio/docs.

Verified:

$ curl -s -o /dev/null -w "%{http_code}" https://github.com/fishaudio/fish-docs
404
$ curl -s -o /dev/null -w "%{http_code}" https://github.com/fishaudio/docs
200

One line changed, nothing else touched.

Heads up on CI: check-openapi fails here because the committed api-reference/openapi.json is behind https://api.fish.audio/openapi.json, which is what #107 updates. It is unrelated to this change.

Summary by CodeRabbit

  • Documentation
    • Updated the contribution guide with the correct documentation repository link.

The link pointed to fishaudio/fish-docs, which returns 404. The docs live in fishaudio/docs.
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0c4ac698-89ad-4926-872a-9b7dceefbdaa

📥 Commits

Reviewing files that changed from the base of the PR and between 1ac2cfe and 3dc5c5a.

📒 Files selected for processing (1)
  • contributing.mdx

📝 Walkthrough

Walkthrough

The contribution guide updates its documentation repository link from fishaudio/fish-docs to fishaudio/docs.

Changes

Documentation link

Layer / File(s) Summary
Update documentation repository link
contributing.mdx
The “Improving The Documentation” section now links to https://github.com/fishaudio/docs.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the change: it fixes the documentation repository link in the contributing guide.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Kilerd

Kilerd commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

LGTM, thanks.

@Kilerd
Kilerd merged commit c52a4ed into fishaudio:main Jul 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants