]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.ts
import 15.2.1 Octopus source
[ceph.git] / ceph / 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();