From a79142074fbfb26b220036b3b7bebfc846ce7d95 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 1 Nov 2025 15:53:22 +0900 Subject: [PATCH] Fix community plugins link in README (#3867) Updated the link to the GitBucket community plugins page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a4f62cdd..752ee0178 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ GitBucket has a plug-in system that allows extra functionality. Officially the f - [gitbucket-pages-plugin](https://github.com/gitbucket/gitbucket-pages-plugin) - [gitbucket-notifications-plugin](https://github.com/gitbucket/gitbucket-notifications-plugin) -You can find more plugins made by the community at [GitBucket community plugins](https://gitbucket-plugins.github.io/). +You can find more plugins made by the community at [GitBucket community plugins](https://github.com/gitbucket/gitbucket/wiki/Community-Plugins). Building and Development -----------