summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-10-12 23:04:44 +0300
committerMaxim Devaev <[email protected]>2021-10-12 23:04:44 +0300
commit93c48b20950bcf8265a0e7818b6bf3dd6a769b62 (patch)
tree28d4463610be69dc2d876d719610606457a9d43c
parentd98fae48223d071930af32476a7a99f2b38e595d (diff)
moved docs
-rw-r--r--web/kvm/index.html6
-rw-r--r--web/kvm/navbar-msd.pug2
-rw-r--r--web/kvm/navbar-system.pug4
3 files changed, 6 insertions, 6 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 08f8f2f1..dd122d91 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -177,7 +177,7 @@
<td class="value" id="stream-desired-fps-value" style="min-width: 30px; max-width:30px"></td>
</tr>
<tr class="feature-disabled" id="stream-mode">
- <td>Video <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/webrtc.md">mode</a>:</td>
+ <td>Video <a target="_blank" href="https://docs.pikvm.org/webrtc">mode</a>:</td>
<td>
<div class="radio-box">
<input checked type="radio" id="stream-mode-radio-mjpeg" name="stream-mode-radio" value="mjpeg">
@@ -204,7 +204,7 @@
</td>
</tr>
<tr class="feature-disabled" id="hid-outputs-mouse">
- <td>Mouse <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md">mode</a>:</td>
+ <td>Mouse <a target="_blank" href="https://docs.pikvm.org/mouse">mode</a>:</td>
<td>
<div class="radio-box" id="hid-outputs-mouse-box"></div>
</td>
@@ -378,7 +378,7 @@
</table>
<table class="kv msd-cdrom-emulation feature-disabled">
<tr>
- <td>Drive <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/msd.md">mode</a>:</td>
+ <td>Drive <a target="_blank" href="https://docs.pikvm.org/msd">mode</a>:</td>
<td>
<div class="radio-box">
<input checked type="radio" id="msd-mode-radio-cdrom" name="msd-mode-radio" value="1">
diff --git a/web/kvm/navbar-msd.pug b/web/kvm/navbar-msd.pug
index 362297fa..7fc58845 100644
--- a/web/kvm/navbar-msd.pug
+++ b/web/kvm/navbar-msd.pug
@@ -40,7 +40,7 @@ li(id="msd-dropdown" class="right feature-disabled")
td #[button(disabled id="msd-remove-button") Remove]
table(class="kv msd-cdrom-emulation feature-disabled")
tr
- td Drive #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/msd.md") mode]:
+ td Drive #[a(target="_blank" href="https://docs.pikvm.org/msd") mode]:
td
div(class="radio-box")
input(checked type="radio" id="msd-mode-radio-cdrom" name="msd-mode-radio" value="1")
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index 33d1b302..1f3ee6c4 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -39,7 +39,7 @@ li(class="right")
td #[input(disabled type="range" id="stream-desired-fps-slider" class="slider")]
td(id="stream-desired-fps-value" class="value" style="min-width: 30px; max-width:30px")
tr(id="stream-mode" class="feature-disabled")
- td Video #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/webrtc.md") mode]:
+ td Video #[a(target="_blank" href="https://docs.pikvm.org/webrtc") mode]:
td
div(class="radio-box")
input(checked type="radio" id="stream-mode-radio-mjpeg" name="stream-mode-radio" value="mjpeg")
@@ -58,7 +58,7 @@ li(class="right")
td Keyboard mode:
td #[div(id="hid-outputs-keyboard-box" class="radio-box")]
tr(id="hid-outputs-mouse", class="feature-disabled")
- td Mouse #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md") mode]:
+ td Mouse #[a(target="_blank" href="https://docs.pikvm.org/mouse") mode]:
td #[div(id="hid-outputs-mouse-box" class="radio-box")]
table(class="kv")
tr