diff options
author | Maxim Devaev <[email protected]> | 2021-10-20 06:35:24 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-20 06:35:24 +0300 |
commit | 642149daedc049914a0b7f1397a5a86cabbeb5ba (patch) | |
tree | 43d67f3675a3cc51d7a0947c464bc60aff72323a /web/kvm | |
parent | d8d043679d79f1233437cbdc486076973e73dd05 (diff) |
updated links
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 7 | ||||
-rw-r--r-- | web/kvm/index.pug | 2 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 9 |
3 files changed, 10 insertions, 8 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 8653d6db..2b299423 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -1988,10 +1988,7 @@ </div> </div> </div><br> - <p class="text"> - Full documentation, the source code, and the legal information - can be found in our <a target="_blank" href="https://pikvm.org">official website</a>. - </p> + <p class="text credits"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a> | <a target="_blank" href="https://pikvm.org/support">Support</a></p> </div> </div> <div class="window window-resizable" id="webterm-window" style="width: 640px; height: 480px"> @@ -2006,7 +2003,7 @@ </div> <ul class="footer"> <li class="footer-left" id="kvmd-meta-server-host"></li> - <li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a></li> + <li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a> | <a target="_blank" href="https://docs.pikvm.org">Documentation</a> | <a target="_blank" href="https://pikvm.org/support">Support</a></li> </ul> </body> </html>
\ No newline at end of file diff --git a/web/kvm/index.pug b/web/kvm/index.pug index bee9f68c..da25991f 100644 --- a/web/kvm/index.pug +++ b/web/kvm/index.pug @@ -17,3 +17,5 @@ block body a(target="_blank" href="https://pikvm.org") PiKVM Project | | a(target="_blank" href="https://docs.pikvm.org") Documentation + | | + a(target="_blank" href="https://pikvm.org/support") Support diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 588e35dc..6aada01a 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -506,6 +506,9 @@ div(id="about-window" class="window") li Zoltan Magyari li Zsombor Vari br - p(class="text") - | Full documentation, the source code, and the legal information - | can be found in our #[a(target="_blank" href="https://pikvm.org") official website]. + p(class="text credits") + a(target="_blank" href="https://pikvm.org") PiKVM Project + | | + a(target="_blank" href="https://docs.pikvm.org") Documentation + | | + a(target="_blank" href="https://pikvm.org/support") Support |