From 8b2d05af9a37359d83226ad6e20bcaa8327d535b Mon Sep 17 00:00:00 2001 From: Ryoga-exe Date: Sat, 4 Jul 2026 20:06:51 +0900 Subject: [PATCH] fix(reference): correct AstroUI repository link --- src/content/docs/reference/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/contributing.mdx b/src/content/docs/reference/contributing.mdx index 3c3491a88..91a8480c5 100644 --- a/src/content/docs/reference/contributing.mdx +++ b/src/content/docs/reference/contributing.mdx @@ -7,7 +7,7 @@ AstroNvim is an open source project that has gotten to where it is today through - Starting discussions about improvements and asking questions in the [AstroNvim Discord](https://discord.astronvim.com) - Submitting Bug Reports and Feature Requests to the [AstroNvim GitHub Issues](https://github.com/AstroNvim/AstroNvim/issues) -- Opening [Pull Requests](https://github.com/AstroNvim/AstroNvim/pulls) (Either in the core AstroNvim repository or any of the core plugins such as [AstroCore](https://github.com/AstroNvim/astrocore), [AstroLSP](https://github.com/AstroNvim/astrolsp), [AstroUI](https://github.com/AstroNvim/astrocore)) +- Opening [Pull Requests](https://github.com/AstroNvim/AstroNvim/pulls) (Either in the core AstroNvim repository or any of the core plugins such as [AstroCore](https://github.com/AstroNvim/astrocore), [AstroLSP](https://github.com/AstroNvim/astrolsp), [AstroUI](https://github.com/AstroNvim/astroui)) - Contributing and improving the plugins in the community driven [AstroCommunity](https://github.com/AstroNvim/astrocommunity) When making contributions Make sure to check out the official contribution guidelines which help guarantee tests pass and expedite the review and merge process!