diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 6 |
1 files changed, 3 insertions, 3 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"> |