diff options
Diffstat (limited to '3rd_party/static/testapi-ui/components')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/home/home.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/3rd_party/static/testapi-ui/components/home/home.html b/3rd_party/static/testapi-ui/components/home/home.html index 1cc7248..f372a75 100644 --- a/3rd_party/static/testapi-ui/components/home/home.html +++ b/3rd_party/static/testapi-ui/components/home/home.html @@ -22,37 +22,37 @@ <div id="collapseOne" class="panel-collapse collapse"> <div class="panel-body"> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/userguide/testing_guide.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/userguide/testing_guide.html" target="_blank" rel="noopener">OVP / Dovetail User Guide <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/userguide/cli_reference.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/userguide/cli_reference.html" target="_blank" rel="noopener">Dovetail CLI <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/testspecification/index.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/testspecification/index.html" target="_blank" rel="noopener">Test Specifications <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/release/release-notes/index.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/release/release-notes/index.html" target="_blank" rel="noopener">Release Notes <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/reviewerguide/index.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/reviewerguide/index.html" target="_blank" rel="noopener">Reviewer Guide <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/ovpaddendum/index.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/ovpaddendum/index.html" target="_blank" rel="noopener">Guidelines Addendum <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> |