From b586fc8e8f580c2060e136d368e1dc908549a757 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Wed, 30 Apr 2025 08:56:42 +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 e055498..c971ac1 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://digitaldata.works/support") + Process.Start("https://support.digitaldata.works") End Sub Private Sub Label10_Click(sender As Object, e As EventArgs) Handles Label10.Click