Skip to content

Commit d8f4a23

Browse files
[Observability] Kibana home page Observability link pointing to /landing (#80636) (#80664)
1 parent aa1fb14 commit d8f4a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/observability/public/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class Plugin implements PluginClass<ObservabilityPluginSetup, Observabili
8181
}),
8282
],
8383
icon: 'logoObservability',
84-
path: '/app/observability/landing',
84+
path: '/app/observability/',
8585
order: 200,
8686
});
8787
}

0 commit comments

Comments
 (0)