diff --git a/docs/tutorials/quickstart-app-plugin.md b/docs/tutorials/quickstart-app-plugin.md index 2df3e2381d..1f460173cd 100644 --- a/docs/tutorials/quickstart-app-plugin.md +++ b/docs/tutorials/quickstart-app-plugin.md @@ -304,6 +304,5 @@ return ( > Break apart ExampleFetchComponent into smaller logical parts contained in > their own files. Rename your components to something other than ExampleXxx. > -> You might be really proud of a plugin you develop. Follow this next tutorial -> for an in-depth look at publishing and including that for the entire Backstage -> community. [TODO](#). +> You might be really proud of a plugin you develop. Consider sharing it with +> the Backstage community by contributing to the [community-plugins repository](https://github.com/backstage/community-plugins).