From f7d2b9be5a7872d731ee36d1e6edcdb44060c35c Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 1 Jan 2026 23:53:48 +0000 Subject: [PATCH] Update docs links --- .../java/io/xpipe/app/util/DocumentationLink.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/java/io/xpipe/app/util/DocumentationLink.java b/app/src/main/java/io/xpipe/app/util/DocumentationLink.java index 50e888c4d..d3057e727 100644 --- a/app/src/main/java/io/xpipe/app/util/DocumentationLink.java +++ b/app/src/main/java/io/xpipe/app/util/DocumentationLink.java @@ -63,9 +63,9 @@ public enum DocumentationLink { SSH_NO_ROUTE("troubleshoot/ssh#no-route-to-host"), SSH_CONNECTION_TIMEOUT("troubleshoot/ssh#connection-timeout"), SSH_SHELL_TIMEOUT("troubleshoot/ssh#shell-timeout"), - SSH_CONFIG("guide/ssh-config"), + SSH_CONFIG("guide/ssh#config-files"), SSH_KEYS("guide/ssh#key-based-authentication"), - SSH_OPTIONS("guide/ssh-config#adding-ssh-options"), + SSH_OPTIONS("guide/ssh#adding-ssh-options"), SSH_X11("guide/ssh#x11-forwarding"), SSH_LIMITED("guide/ssh#limited--embedded-systems"), PSSESSION("guide/pssession"), @@ -73,10 +73,10 @@ public enum DocumentationLink { RDP_ALLOW_LIST("guide/desktop-applications#allow-lists"), RDP_TUNNEL_HOST("guide/rdp#rdp-tunnels"), RDP("guide/rdp"), - TUNNELS("guide/ssh-tunnels"), - TUNNELS_LOCAL("guide/ssh-tunnels#local-tunnels"), - TUNNELS_REMOTE("guide/ssh-tunnels#remote-tunnels"), - TUNNELS_DYNAMIC("guide/ssh-tunnels#dynamic-tunnels"), + TUNNELS("guide/ssh#tunnels"), + TUNNELS_LOCAL("guide/ssh#local-tunnels"), + TUNNELS_REMOTE("guide/ssh#remote-tunnels"), + TUNNELS_DYNAMIC("guide/ssh#dynamic-tunnels"), HYPERV("guide/hyperv"), SSH_MACS("troubleshoot/ssh#no-matching-mac-found"), SSH_FEATURE_NOT_SUPPORTED("troubleshoot/ssh#requested-feature-not-supported"),