Skip to content

Commit

Permalink
update web URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
TongZhai committed May 17, 2017
1 parent 3307ffb commit bc19936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions BASINS/frmAbout.vb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Friend Class frmAbout
Me.lblMapWindowURL.Size = New System.Drawing.Size(186, 13)
Me.lblMapWindowURL.TabIndex = 6
Me.lblMapWindowURL.TabStop = True
Me.lblMapWindowURL.Text = "http://www.MapWindow.org/"
Me.lblMapWindowURL.Text = "http://www.mapwindow.org/"
Me.lblMapWindowURL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'btnOk
Expand Down Expand Up @@ -222,8 +222,7 @@ Friend Class frmAbout
Me.lblProgramURL.Size = New System.Drawing.Size(432, 13)
Me.lblProgramURL.TabIndex = 2
Me.lblProgramURL.TabStop = True
Me.lblProgramURL.Text = "http://www2.epa.gov/exposure-assessment-models/basins-user-information-and-guidan" &
"ce"
Me.lblProgramURL.Text = "http://www2.epa.gov/exposure-assessment-models/basins-user-information-and-guidance"
Me.lblProgramURL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'grpATC
Expand Down
2 changes: 1 addition & 1 deletion BASINS/modBasinsPlugin.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Public Module modBasinsPlugin
Public Const g_AppNameRegistry As String = "USGS-SW" 'For preferences in registry
Friend Const g_AppNameShort As String = "SW Toolbox"
Friend Const g_AppNameLong As String = "USGS SW Toolbox"
Friend Const g_URL_Home As String = "http://water.usgs.gov/software/lists/surface_water/"
Friend Const g_URL_Home As String = "https://water.usgs.gov/osw/swtoolbox/"
Friend Const g_URL_Register As String = "http://hspf.com/pub/USGS-SW/register.html"
#Else
Public Const g_AppNameRegistry As String = "BASINS" 'For preferences in registry
Expand Down

0 comments on commit bc19936

Please sign in to comment.