From cbe54acd1f6a8a14b56b6a7ed45b23ee4f87ca99 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 10 Mar 2022 15:39:49 +0100 Subject: [PATCH] Fix bad links in API documentation --- docs/API.md | 6 +++--- 1 file 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