From cbcb829575b89e50de6c06987925ab4855ee481f Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 20 Jan 2020 11:33:48 +0530 Subject: [PATCH] doc: fix links in developer_guide Fixes: https://tracker.ceph.com/issues/43663 Signed-off-by: Rishabh Dave --- doc/dev/developer_guide/basic-workflow.rst | 14 +++++++------- doc/dev/developer_guide/issue-tracker.rst | 2 +- doc/dev/developer_guide/running-tests-in-cloud.rst | 8 ++++---- .../developer_guide/running-tests-using-teuth.rst | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 1f3ca915495..193e372f8c4 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -297,10 +297,10 @@ flagged for backporting, in which case the status should be changed to .. _make check: -.. _Backporting: essentials/#backporting -.. _IRC: essentials/#irc -.. _Issue Tracker: issue-tracker -.. _Integration Tests: testing-integration-tests -.. _Integration Testing: testing-integration-tests -.. _Mailing List: essentials/#mailing-list -.. _Submitting Patches: essentials/#submitting-patches +.. _Backporting: ../essentials/#backporting +.. _IRC: ../essentials/#irc +.. _Issue Tracker: ../issue-tracker +.. _Integration Tests: ../tests-integration-tests +.. _Integration Testing: ../tests-integration-tests +.. _Mailing List: ../essentials/#mailing-list +.. _Submitting Patches: ../essentials/#submitting-patches diff --git a/doc/dev/developer_guide/issue-tracker.rst b/doc/dev/developer_guide/issue-tracker.rst index c5a8d97a5b2..e04c6e3e2df 100644 --- a/doc/dev/developer_guide/issue-tracker.rst +++ b/doc/dev/developer_guide/issue-tracker.rst @@ -34,4 +34,4 @@ simply update the issue with a brief note. Resolved Fix and backports (if any) have been merged ================ =========================================== -.. _Redmine issue tracker: tracker.ceph.com +.. _Redmine issue tracker: https://tracker.ceph.com diff --git a/doc/dev/developer_guide/running-tests-in-cloud.rst b/doc/dev/developer_guide/running-tests-in-cloud.rst index 79a1d3ed9f6..5216107a9cd 100644 --- a/doc/dev/developer_guide/running-tests-in-cloud.rst +++ b/doc/dev/developer_guide/running-tests-in-cloud.rst @@ -262,8 +262,8 @@ server list`` on the teuthology machine, but the target VM hostnames (e.g. ``target149202171058.teuthology``) are resolvable within the teuthology cluster. -.. _Integration testing: testing-integration-tests -.. _IRC: essentials/#irc -.. _Mailing List: essentials/#mailing-list -.. _Reading A Standalone Test: testing-integration-tests/#reading-a-standalone-test +.. _Integration testing: ../tests-integration-tests +.. _IRC: ../essentials/#irc +.. _Mailing List: ../essentials/#mailing-list +.. _Reading A Standalone Test: ../testing-integration-tests/#reading-a-standalone-test .. _teuthology framework: https://github.com/ceph/teuthology diff --git a/doc/dev/developer_guide/running-tests-using-teuth.rst b/doc/dev/developer_guide/running-tests-using-teuth.rst index c5bd095893e..c84ba2a3972 100644 --- a/doc/dev/developer_guide/running-tests-using-teuth.rst +++ b/doc/dev/developer_guide/running-tests-using-teuth.rst @@ -148,7 +148,7 @@ https://github.com/ceph/ceph-ci/branches. .. _ceph-ci: https://github.com/ceph/ceph-ci .. _Pulpito: http://pulpito.front.sepia.ceph.com/ -.. _Running Your First Test: running-tests-locally/#running-your-first-test +.. _Running Your First Test: ../running-tests-locally/#running-your-first-test .. _Shaman: https://shaman.ceph.com/builds/ceph/ -.. _Suites Inventory: testing-integration-tests/#suites-inventory -.. _Testing Priority: testing-integration-tests/#testing-priority +.. _Suites Inventory: ../tests-integration-tests/#suites-inventory +.. _Testing Priority: ../tests-integration-tests/#testing-priority -- 2.47.3