Skip to content

Commit 80b9d03

Browse files
committed
Update rdp doc link
1 parent fb2fbea commit 80b9d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/remote-access/rdp/useRemoteDesktop.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export enum RDPStatus {
3838
CONNECTING = 2,
3939
}
4040

41-
export const RDP_DOCS_LINK = "https://docs.netbird.io/";
41+
export const RDP_DOCS_LINK =
42+
"https://docs.netbird.io/how-to/browser-client#rdp-connection";
4243

4344
export const useRemoteDesktop = (client: any) => {
4445
const [status, setStatus] = useState(RDPStatus.DISCONNECTED);

0 commit comments

Comments
 (0)