Procházet zdrojové kódy

docs: Update community plugins reference in documentation

Jay před 4 měsíci
rodič
revize
13e8fb382f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.
 
 ---