Skip to content

Commit c2ef7d5

Browse files
authored
Merge pull request kimmknight#45 from kimmknight/issue38
Updated the Help menu Website URL to point to the GitHub repo.
2 parents c2aa64d + 12056ee commit c2ef7d5

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)