Skip to content

Commit 12056ee

Browse files
committed
Updated the Help menu Website URL to point to the GitHub repo.
1 parent 36610ed commit 12056ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remoteapp-tool/RemoteAppMainWindow.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Public Class RemoteAppMainWindow
153153
End Sub
154154

155155
Private Sub WebsiteToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles WebsiteToolStripMenuItem.Click
156-
System.Diagnostics.Process.Start("http://www.kimknight.net/remoteapptool")
156+
System.Diagnostics.Process.Start("https://github.com/kimmknight/remoteapptool")
157157
End Sub
158158

159159
Private Sub RemoveUnusedFileTypeAssociationsToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles RemoveUnusedFileTypeAssociationsToolStripMenuItem.Click

0 commit comments

Comments
 (0)