diff options
author | Sean Smith <ssmith@iol.unh.edu> | 2020-07-28 10:30:36 -0400 |
---|---|---|
committer | Sean Smith <ssmith@iol.unh.edu> | 2020-07-28 10:43:30 -0400 |
commit | d1444957d2649c03e7bc4d8c16107706a1856199 (patch) | |
tree | 56857b6713679ac79c296bc48404dec90712068f /src/templates | |
parent | 0d90af7bcea705c78df92336b31836ef67cd5d10 (diff) |
Fix wiki link on landing page
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: Ieb704690239162fb8174c4a8248582645be14d4a
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/laas/dashboard/landing.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/laas/dashboard/landing.html b/src/templates/laas/dashboard/landing.html index b1ac7c5..a8e0ff8 100644 --- a/src/templates/laas/dashboard/landing.html +++ b/src/templates/laas/dashboard/landing.html @@ -7,6 +7,6 @@ University of New Hampshire Interoperability Lab (UNH-IOL).</p> <p>To get started, you can request access to a server at the right. PTL's have the ability to design and book a - whole block of servers with customized layer2 networks (e.g. a Pharos Pod). Read more here: <a - href="https://wiki.opnfv.org/display/INF/Lab+as+a+Service+2.0">LaaS Wiki</a></p> + whole block of servers with customized layer2 networks (e.g. a Pharos Pod). Read more here: + <a href="https://wiki.opnfv.org/x/HAE-Ag" target="_blank">LaaS Wiki</a></p> {% endblock about_us %} |