Browse Source

docs: Update community plugins reference in documentation

Jay 2 months ago
parent
commit
13e8fb382f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/src/content/docs/plugins.mdx

+ 1 - 1
packages/web/src/content/docs/plugins.mdx

@@ -5,7 +5,7 @@ description: Write your own plugins to extend OpenCode.
 
 Plugins allow you to extend OpenCode by hooking into various events and customizing behavior. You can create plugins to add new features, integrate with external services, or modify OpenCode's default behavior.
 
-Check out the [ecosystem](/docs/ecosystem) for community plugins.
+For examples, check out the [plugins](/docs/ecosystem#plugins) created by the community.
 
 ---