From: Tatjana Dehler Date: Mon, 23 Mar 2020 10:45:53 +0000 (+0100) Subject: mgr/dashboard: correct Orchestrator documentation link X-Git-Tag: v16.0.0~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e91edb287188f64694f82ba55d35fc2d589bbe6;p=ceph.git mgr/dashboard: correct Orchestrator documentation link Fixes: https://tracker.ceph.com/issues/44708 Signed-off-by: Tatjana Dehler --- 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 f2f8b1eb8c97..484c422314ad 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();