From f21fbd7e5a849a87cff2c52d0590865282d5b8f7 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 19 Dec 2025 12:18:26 -0600 Subject: [PATCH] Clarify issue reporting links in documentation Updated issue reporting links for clarity. --- src/content/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/index.md b/src/content/docs/index.md index e250df2..6eafc81 100644 --- a/src/content/docs/index.md +++ b/src/content/docs/index.md @@ -4,4 +4,4 @@ sidebar: order: 1 --- -Welcome to the showbridge docs, this is an ever changing store of information related to [showbridge](https://github.com/jwetzell/showbridge-go). If you find something that doesn't make sense or needs more documentation/clarification please open an issue on [github](https://github.com/jwetzell/showbridge-docs/issues). +Welcome to the showbridge docs, this is an ever changing store of information related to [showbridge](https://github.com/jwetzell/showbridge-go). If you find something that doesn't make sense or needs more documentation/clarification please open an issue on the [docs repo](https://github.com/jwetzell/showbridge-docs/issues). For issues not related to the actual application please open them on the [showbridge repo](https://github.com/jwetzell/showbridge-go)