diff --git a/WiW Trial Handout Text Creator/frmMain.Designer.vb b/WiW Trial Handout Text Creator/frmMain.Designer.vb index bcee1c0..8cf1a8b 100644 --- a/WiW Trial Handout Text Creator/frmMain.Designer.vb +++ b/WiW Trial Handout Text Creator/frmMain.Designer.vb @@ -78,10 +78,10 @@ Partial Class frmMain Me.linkBugreport.AutoSize = True Me.linkBugreport.Location = New System.Drawing.Point(12, 331) Me.linkBugreport.Name = "linkBugreport" - Me.linkBugreport.Size = New System.Drawing.Size(169, 13) + Me.linkBugreport.Size = New System.Drawing.Size(46, 13) Me.linkBugreport.TabIndex = 28 Me.linkBugreport.TabStop = True - Me.linkBugreport.Text = "http://tmsn.at/?tools&&trial-handout" + Me.linkBugreport.Text = "Website" ' 'lblWeeks ' diff --git a/WiW Trial Handout Text Creator/frmMain.vb b/WiW Trial Handout Text Creator/frmMain.vb index ea04724..790d164 100644 --- a/WiW Trial Handout Text Creator/frmMain.vb +++ b/WiW Trial Handout Text Creator/frmMain.vb @@ -90,7 +90,7 @@ ' Case Windows.Forms.DialogResult.Cancel ' Exit Sub 'End Select - System.Diagnostics.Process.Start("http://tmsn.at/?tools&trial-handout") + System.Diagnostics.Process.Start("http://klamm.io") linkBugreport.LinkVisited = True Exit Sub ShowError: