From 72cef7e15a2b222742f0ef4ecb7424e7903b3a3e Mon Sep 17 00:00:00 2001 From: chanchalkhatri19 Date: Fri, 30 Jan 2026 08:21:29 +0000 Subject: [PATCH] docs: fix TODO placeholder link in quickstart-app-plugin tutorial Signed-off-by: chanchalkhatri19 --- docs/tutorials/quickstart-app-plugin.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/quickstart-app-plugin.md b/docs/tutorials/quickstart-app-plugin.md index e9821f3f70..7cf48b6fea 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).