aboutsummaryrefslogtreecommitdiffstats
path: root/ui/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/util.c')
-rw-r--r--ui/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/util.c b/ui/util.c
index f3e7049e21..f3d9a92110 100644
--- a/ui/util.c
+++ b/ui/util.c
@@ -320,7 +320,7 @@ const gchar *get_conn_cfilter(void) {
g_free(phostname);
#ifdef _WIN32
} else if (GetSystemMetrics(SM_REMOTESESSION)) {
- /* We have a remote session: http://msdn.microsoft.com/en-us/library/aa380798%28VS.85%29.aspx */
+ /* We have a remote session: https://docs.microsoft.com/en-us/windows/win32/termserv/detecting-the-terminal-services-environment */
g_string_printf(filter_str, "not port 3389");
#endif /* _WIN32 */
} else {