diff options
author | Lincoln Lavoie <lylavoie@iol.unh.edu> | 2020-02-06 13:41:17 -0500 |
---|---|---|
committer | Lincoln Lavoie <lylavoie@iol.unh.edu> | 2020-02-11 21:32:00 -0500 |
commit | 8418b797d249ad06c127cb55be49113f4288e1ba (patch) | |
tree | 1cccb99e4af6386bb8065c3e50775e0d72367be4 /3rd_party/static/testapi-ui/components/home | |
parent | baf5f4550b5f6142ee25d527ed5fc79fe926211a (diff) |
Updated portal for OVP 2019.12 releaseovp-3.0.1
* Fixed errors for VNF results
* Cleaned up couple of other errors
* Added TOSCA test case requirements.
* Fixed typos and white space issues.
* Corrected flake8 and weblint failures
Signed-off-by: Lincoln Lavoie <lylavoie@iol.unh.edu>
Change-Id: I911f294725c353d1388f44f79814cadc31e21574
Diffstat (limited to '3rd_party/static/testapi-ui/components/home')
-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> |