diff --git a/plugins/techdocs/src/reader/components/TechDocsHome.tsx b/plugins/techdocs/src/reader/components/TechDocsHome.tsx index 3f9763912c..f8f1e89b62 100644 --- a/plugins/techdocs/src/reader/components/TechDocsHome.tsx +++ b/plugins/techdocs/src/reader/components/TechDocsHome.tsx @@ -39,10 +39,9 @@ const documentationSites: Array = [ }, { title: 'Backstage Docs', - description: - 'Getting started guides, API Overview, documentation around how to Create a Plugin and more. ', + description: 'Main documentation for Backstage features and platform APIs.', tags: ['Service'], - path: '/docs/backstage-microsite', + path: '/docs/backstage', btnLabel: 'Read Docs', }, ];