Skip to content

Commit 5aab4e8

Browse files
authored
Merge pull request #90372 from opayne1/ocpbugs-48080
OCPBUGS#48080: Updates to a dynamic plugin api example
2 parents 2780e28 + fb878f0 commit 5aab4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynamic-plugin-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ A component that creates a Navigation bar for a page. Routing is handled as part
249249
----
250250
const HomePage: React.FC = (props) => {
251251
const page = {
252-
href: '/home',
252+
href: 'home',
253253
name: 'Home',
254254
component: () => <>Home</>
255255
}

0 commit comments

Comments
 (0)