diff --git a/modules/dynamic-plugin-api.adoc b/modules/dynamic-plugin-api.adoc index 7e8261183c..f2315b7a3b 100644 --- a/modules/dynamic-plugin-api.adoc +++ b/modules/dynamic-plugin-api.adoc @@ -249,7 +249,7 @@ A component that creates a Navigation bar for a page. Routing is handled as part ---- const HomePage: React.FC = (props) => { const page = { - href: '/home', + href: 'home', name: 'Home', component: () => <>Home }