This repository was archived by the owner on Oct 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Imports System.Threading
44Namespace App
55 Namespace Info
66 Public Class General
7- Public Shared ReadOnly URLHome As String = "https://github.com/kaymer327/mRemoteNG "
7+ Public Shared ReadOnly URLHome As String = "https://github.com/kaymer327/mRemote3G "
88 'Public Shared ReadOnly URLDonate As String = "http://donate.mremoteng.org/"
9- Public Shared ReadOnly URLForum As String = "http ://forum.mremoteng.org/ "
10- Public Shared ReadOnly URLBugs As String = "http ://bugs.mremoteng.org/ "
9+ Public Shared ReadOnly URLForum As String = "https ://github.com/kaymer327/mRemote3G/issues "
10+ Public Shared ReadOnly URLBugs As String = "https ://github.com/kaymer327/mRemote3G/issues "
1111 Public Shared ReadOnly HomePath As String = My.Application.Info.DirectoryPath
1212 Public Shared EncryptionKey As String = "mR3m"
1313 Public Shared ReportingFilePath As String = ""
Original file line number Diff line number Diff line change @@ -1673,11 +1673,11 @@ Namespace App
16731673 End Sub
16741674
16751675 Public Shared Sub GoToForum()
1676- GoToURL(App.Info.General.URLHome )
1676+ GoToURL(App.Info.General.URLForum )
16771677 End Sub
16781678
16791679 Public Shared Sub GoToBugs()
1680- GoToURL(App.Info.General.URLHome )
1680+ GoToURL(App.Info.General.URLBugs )
16811681 End Sub
16821682
16831683 Public Shared Sub Report( ByVal Text As String )
You can’t perform that action at this time.
0 commit comments