Skip to content

Commit 35cf386

Browse files
committed
use https for xs4all links
1 parent 4a5fda4 commit 35cf386

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

FormAbout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private void InitializeComponent()
110110
this.labelURL.Name = "labelURL";
111111
this.labelURL.Size = new System.Drawing.Size(200, 58);
112112
this.labelURL.TabIndex = 4;
113-
this.labelURL.Text = "http://www.xs4all.nl/~jornbr/plotreader/";
113+
this.labelURL.Text = "https://www.xs4all.nl/~jornbr/plotreader/";
114114
this.labelURL.Click += new System.EventHandler(this.labelURL_Click);
115115
//
116116
// FormAbout

Info.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static public string URL
1111
{
1212
get
1313
{
14-
return "http://www.xs4all.nl/~jornbr/plotreader/";
14+
return "https://www.xs4all.nl/~jornbr/plotreader/";
1515
}
1616
}
1717
}

Setup.vdproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@
236236
"ProductVersion" = "8:1.56.0"
237237
"Manufacturer" = "8:Jorn Bruggeman"
238238
"ARPHELPTELEPHONE" = "8:"
239-
"ARPHELPLINK" = "8:http://www.xs4all.nl/~jornbr/plotreader/"
239+
"ARPHELPLINK" = "8:https://www.xs4all.nl/~jornbr/plotreader/"
240240
"Title" = "8:PlotReader setup"
241241
"Subject" = "8:"
242242
"ARPCONTACT" = "8:Jorn Bruggeman"
243243
"Keywords" = "8:"
244244
"ARPCOMMENTS" = "8:"
245-
"ARPURLINFOABOUT" = "8:http://www.xs4all.nl/~jornbr/"
245+
"ARPURLINFOABOUT" = "8:https://www.xs4all.nl/~jornbr/"
246246
"ARPPRODUCTICON" = "8:_29FACFFA54C240FF9ED866056EA7A42C"
247247
"ARPIconIndex" = "3:32512"
248248
"SearchPath" = "8:"

0 commit comments

Comments
 (0)