Skip to content

Commit 9aaee83

Browse files
committed
Convert link to Strapi Marketplace to an external link
1 parent 41c38bb commit 9aaee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/admin-panel-customization/extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are 2 use cases where you might want to extend the admin panel:
3434
Starting with a direct customization in `/src/admin/app` is the right default for project-specific needs. Consider moving to a plugin-based approach when one or more of these signals appear:
3535

3636
- You are duplicating the same admin customization across several Strapi projects.
37-
- You want to version and distribute the extension — either internally or through the [Strapi Marketplace](https://market.strapi.io/).
37+
- You want to version and distribute the extension — either internally or through the <ExternalLink text="Strapi Marketplace" to="https://market.strapi.io/"/>.
3838
- You need stronger automated testing independent from a single project codebase.
3939
- Multiple teams need shared ownership and release management for the same extension.
4040

0 commit comments

Comments
 (0)