]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: correct Orchestrator documentation link 34113/head
authorTatjana Dehler <tdehler@suse.com>
Mon, 23 Mar 2020 10:45:53 +0000 (11:45 +0100)
committerTatjana Dehler <tdehler@suse.com>
Mon, 23 Mar 2020 10:45:53 +0000 (11:45 +0100)
Fixes: https://tracker.ceph.com/issues/44708
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts

index f2f8b1eb8c97812bbacd2c446c3fcc53b5a61e2a..484c422314adbf59a50ac18245f553f9641e8b1f 100644 (file)
@@ -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();