diff options
author | Maxim Devaev <[email protected]> | 2021-10-16 09:49:37 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-16 09:49:37 +0300 |
commit | 2fa01ebaecd10c1cbc2f32c41c1d6c3e1df08f54 (patch) | |
tree | 9c1beeb03b8bb81e32d6200ddd44088b641984bd | |
parent | a4dbea427433b874a64b3d3fd139c37d42ea12ad (diff) |
documentation link
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/index.pug | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 9fae6693..8653d6db 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -2006,7 +2006,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></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> </ul> </body> </html>
\ No newline at end of file diff --git a/web/kvm/index.pug b/web/kvm/index.pug index f3c897ee..bee9f68c 100644 --- a/web/kvm/index.pug +++ b/web/kvm/index.pug @@ -15,3 +15,5 @@ block body li(id="kvmd-meta-server-host" class="footer-left") li(class="footer-right") a(target="_blank" href="https://pikvm.org") PiKVM Project + | | + a(target="_blank" href="https://docs.pikvm.org") Documentation |