From 6e91edb287188f64694f82ba55d35fc2d589bbe6 Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Mon, 23 Mar 2020 11:45:53 +0100 Subject: [PATCH] mgr/dashboard: correct Orchestrator documentation link Fixes: https://tracker.ceph.com/issues/44708 Signed-off-by: Tatjana Dehler --- .../orchestrator-doc-panel/orchestrator-doc-panel.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts index f2f8b1eb8c978..484c422314adb 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts @@ -23,7 +23,7 @@ export class OrchestratorDocPanelComponent implements OnInit { } const releaseName = this.cephReleaseNamePipe.transform(summary.version); - this.docsUrl = `http://docs.ceph.com/docs/${releaseName}/mgr/orchestrator_cli/`; + this.docsUrl = `http://docs.ceph.com/docs/${releaseName}/mgr/orchestrator/`; setTimeout(() => { subs.unsubscribe(); -- 2.39.5