summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-03-10 15:39:49 +0100
committerPierre Ossman <ossman@cendio.se>2022-03-10 15:39:49 +0100
commitcbe54acd1f6a8a14b56b6a7ed45b23ee4f87ca99 (patch)
tree28c42fde5ee76ce27888a45bbbbfc884a89a0ab8 /docs
parentcf7f7b57c563bf916c41d88adb830a7e4f224726 (diff)
downloadnovnc-cbe54acd1f6a8a14b56b6a7ed45b23ee4f87ca99.tar.gz
Fix bad links in API documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/API.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/API.md b/docs/API.md
index 2f25c26..5aaee7a 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -86,7 +86,7 @@ protocol stream.
- The `connect` event is fired when the `RFB` object has completed
the connection and handshaking with the server.
-[`disconnect`](#disconnected)
+[`disconnect`](#disconnect)
- The `disconnect` event is fired when the `RFB` object disconnects.
[`serververification`](#serververification)
@@ -131,7 +131,7 @@ protocol stream.
- Send credentials to server. Should be called after the
[`credentialsrequired`](#credentialsrequired) event has fired.
-[`RFB.sendKey()`](#rfbsendKey)
+[`RFB.sendKey()`](#rfbsendkey)
- Send a key event.
[`RFB.sendCtrlAltDel()`](#rfbsendctrlaltdel)
@@ -152,7 +152,7 @@ protocol stream.
[`RFB.machineReset()`](#rfbmachinereset)
- Request a reset of the remote machine.
-[`RFB.clipboardPasteFrom()`](#rfbclipboardPasteFrom)
+[`RFB.clipboardPasteFrom()`](#rfbclipboardpastefrom)
- Send clipboard contents to server.
### Details