diff options
author | Devaev Maxim <[email protected]> | 2021-06-18 18:36:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-06-18 18:36:51 +0300 |
commit | 95ad7784ca33d038b15a96eee357c054121f1b71 (patch) | |
tree | cf9470c0db9c684e18b147cf60d9ba72a04c5864 /web/kvm | |
parent | eff6caab73fefd607e0338ce43fdb3a616ea67f2 (diff) |
about fix
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index b7d50521..0853dd54 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -1867,7 +1867,7 @@ </div> </div><br> <p class="text"> - Full documentation, source code, hardware schematics and legal information + 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> </div> diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 6e8199c5..f568eaa6 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -446,5 +446,5 @@ div(id="about-window" class="window" data-show-by-button="show-about-button") li Zsombor Vari br p(class="text") - | Full documentation, source code, hardware schematics and legal information + | Full documentation, the source code, and the legal information | can be found in our #[a(target="_blank" href="https://pikvm.org") official website]. |