From f7f5d1b723206dfccbb665dc3fcfeb1cfa7120f6 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Tue, 19 Nov 2019 16:50:41 +0530 Subject: [PATCH] mgr/orchestrator_cli: Update doc link in README Update the orchestrator cli doc link to fix page not found error. Also remove some unnecessary blank lines. Signed-off-by: Varsha Rao --- src/pybind/mgr/orchestrator_cli/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pybind/mgr/orchestrator_cli/README.md b/src/pybind/mgr/orchestrator_cli/README.md index e4cbcdfc629c..d70e88c11587 100644 --- a/src/pybind/mgr/orchestrator_cli/README.md +++ b/src/pybind/mgr/orchestrator_cli/README.md @@ -1,6 +1,6 @@ # Orchestrator CLI -See also [../../../doc/mgr/orchestrator_cli.rst](../../../doc/mgr/orchestrator_cli.rst). +See also [orchestrator cli doc](https://docs.ceph.com/docs/master/mgr/orchestrator_cli/). ## Running the Teuthology tests @@ -11,6 +11,4 @@ framework and the `test_orchestrator` backend. $ pushd ../dashboard ; source ./run-backend-api-tests.sh ; popd $ run_teuthology_tests tasks.mgr.test_orchestrator_cli - $ cleanup_teuthology - - \ No newline at end of file + $ cleanup_teuthology -- 2.47.3