Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 2197ae3

Browse files
Kaim, Sean MKaim, Sean M
authored andcommitted
Rename to mRemote3G
Rename to mRemote3G Update some URL to point to new repo name Changed Bugs and Forum links to repo issues
1 parent a26bdbc commit 2197ae3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

mRemoteV1/App/App.Info.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Imports System.Threading
44
Namespace 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 = ""

mRemoteV1/App/App.Runtime.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)