diff options
-rw-r--r-- | web/index.html | 2 | ||||
-rw-r--r-- | web/index.pug | 2 | ||||
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/web/index.html b/web/index.html index 6b40f2f4..5bab06b9 100644 --- a/web/index.html +++ b/web/index.html @@ -84,7 +84,7 @@ <div class="code" id="app-text"></div> <hr> <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/index.pug b/web/index.pug index fc5dfaa9..52acccf7 100644 --- a/web/index.pug +++ b/web/index.pug @@ -38,5 +38,5 @@ block start hr 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]. 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]. |