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