From 3dc5c5a92aaf9b02668ce0d783e17967562f70b0 Mon Sep 17 00:00:00 2001 From: Alvaro Balbin <153404840+AlvaroBalbin@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:30:11 +0100 Subject: [PATCH] Fix documentation repository link in contributing guide The link pointed to fishaudio/fish-docs, which returns 404. The docs live in fishaudio/docs. --- contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.mdx b/contributing.mdx index 1a1c88b..fecc46a 100644 --- a/contributing.mdx +++ b/contributing.mdx @@ -134,7 +134,7 @@ Documentation improvements are always welcome! This includes: - Adding new guides or tutorials - Translating documentation -See our [documentation repository](https://github.com/fishaudio/fish-docs) to get started. +See our [documentation repository](https://github.com/fishaudio/docs) to get started. ## Styleguides