Skip to content

Commit

Permalink
-Fix discord link
Browse files Browse the repository at this point in the history
Changes discord link to persistent URL for Vertcoin.
  • Loading branch information
zemrys authored Jan 31, 2019
1 parent 53980d6 commit 9b82c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vertminer/Main.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ Public Class Main
Private Sub ContactToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ContactToolStripMenuItem.Click

Try
Dim url As String = "https://discord.gg/xZSyaJy"
Dim url As String = "https://discordapp.com/invite/vertcoin"
Process.Start(url)
Catch ex As Exception
MsgBox(ex.Message)
Expand Down

0 comments on commit 9b82c06

Please sign in to comment.