We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2fbea commit 80b9d03Copy full SHA for 80b9d03
src/modules/remote-access/rdp/useRemoteDesktop.ts
@@ -38,7 +38,8 @@ export enum RDPStatus {
38
CONNECTING = 2,
39
}
40
41
-export const RDP_DOCS_LINK = "https://docs.netbird.io/";
+export const RDP_DOCS_LINK =
42
+ "https://docs.netbird.io/how-to/browser-client#rdp-connection";
43
44
export const useRemoteDesktop = (client: any) => {
45
const [status, setStatus] = useState(RDPStatus.DISCONNECTED);
0 commit comments