From 95b4fd6bd3890ac9653681cb208d2d7a161980bb Mon Sep 17 00:00:00 2001 From: OlgunR Date: Tue, 13 May 2025 14:37:01 +0200 Subject: [PATCH] Support Link aktualisiert - frmConfig_Basic --- Global_Indexer/frmConfig_Basic.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global_Indexer/frmConfig_Basic.vb b/Global_Indexer/frmConfig_Basic.vb index c971ac1..c100595 100644 --- a/Global_Indexer/frmConfig_Basic.vb +++ b/Global_Indexer/frmConfig_Basic.vb @@ -522,7 +522,7 @@ Public Class frmConfig_Basic ' Specify that the link was visited. Me.LinkLabel1.LinkVisited = True ' Navigate to a URL. - Process.Start("https://support.digitaldata.works") + Process.Start("https://www.digitaldata.works/Support") End Sub Private Sub Label10_Click(sender As Object, e As EventArgs) Handles Label10.Click