Skip to content

Commit

Permalink
use https for xs4all links
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Mar 6, 2021
1 parent 4a5fda4 commit 35cf386
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FormAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private void InitializeComponent()
this.labelURL.Name = "labelURL";
this.labelURL.Size = new System.Drawing.Size(200, 58);
this.labelURL.TabIndex = 4;
this.labelURL.Text = "http://www.xs4all.nl/~jornbr/plotreader/";
this.labelURL.Text = "https://www.xs4all.nl/~jornbr/plotreader/";
this.labelURL.Click += new System.EventHandler(this.labelURL_Click);
//
// FormAbout
Expand Down
2 changes: 1 addition & 1 deletion Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static public string URL
{
get
{
return "http://www.xs4all.nl/~jornbr/plotreader/";
return "https://www.xs4all.nl/~jornbr/plotreader/";
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@
"ProductVersion" = "8:1.56.0"
"Manufacturer" = "8:Jorn Bruggeman"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.xs4all.nl/~jornbr/plotreader/"
"ARPHELPLINK" = "8:https://www.xs4all.nl/~jornbr/plotreader/"
"Title" = "8:PlotReader setup"
"Subject" = "8:"
"ARPCONTACT" = "8:Jorn Bruggeman"
"Keywords" = "8:"
"ARPCOMMENTS" = "8:"
"ARPURLINFOABOUT" = "8:http://www.xs4all.nl/~jornbr/"
"ARPURLINFOABOUT" = "8:https://www.xs4all.nl/~jornbr/"
"ARPPRODUCTICON" = "8:_29FACFFA54C240FF9ED866056EA7A42C"
"ARPIconIndex" = "3:32512"
"SearchPath" = "8:"
Expand Down

0 comments on commit 35cf386

Please sign in to comment.