Skip to content

Commit 0592402

Browse files
author
SlavaRa
authored
1 parent 23779c7 commit 0592402

File tree

32 files changed

+193
-260
lines changed

32 files changed

+193
-260
lines changed

External/Plugins/AS2Context/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class PluginMain : IPlugin, InstalledSDKOwner
4949
/// <summary>
5050
/// Web address for help
5151
/// </summary>
52-
public string Help { get; } = "www.flashdevelop.org/community/";
52+
public string Help { get; } = "https://www.flashdevelop.org/community/";
5353

5454
/// <summary>
5555
/// Object that contains the settings

External/Plugins/AS3Context/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class PluginMain : IPlugin, InstalledSDKOwner
6262
/// <summary>
6363
/// Web address for help
6464
/// </summary>
65-
public string Help { get; } = "www.flashdevelop.org/community/";
65+
public string Help { get; } = "https://www.flashdevelop.org/community/";
6666

6767
/// <summary>
6868
/// Object that contains the settings

External/Plugins/ASClassWizard/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class PluginMain : IPlugin
4545
/// <summary>
4646
/// Web address for help
4747
/// </summary>
48-
public string Help => "www.flashdevelop.org/community/";
48+
public string Help => "https://www.flashdevelop.org/community/";
4949

5050
/// <summary>
5151
/// Object that contains the settings

External/Plugins/ASCompletion/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class PluginMain: IPlugin
9292

9393
public string Description { get; set; } = "Code completion engine for FlashDevelop.";
9494

95-
public string Help { get; } = "www.flashdevelop.org/community/";
95+
public string Help { get; } = "https://www.flashdevelop.org/community/";
9696

9797
[Browsable(false)]
9898
public virtual object Settings => settingObject;

External/Plugins/BasicCompletion/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class PluginMain : IPlugin
6060
/// <summary>
6161
/// Web address for help
6262
/// </summary>
63-
public string Help { get; } = "www.flashdevelop.org/community/";
63+
public string Help { get; } = "https://www.flashdevelop.org/community/";
6464

6565
/// <summary>
6666
/// Object that contains the settings

External/Plugins/BookmarkPanel/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class PluginMain : IPlugin
4444
/// <summary>
4545
/// Web address for help
4646
/// </summary>
47-
public string Help { get; } = "www.flashdevelop.org/community/";
47+
public string Help { get; } = "https://www.flashdevelop.org/community/";
4848

4949
/// <summary>
5050
/// Object that contains the settings

External/Plugins/BridgeSettings/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class PluginMain: IPlugin
4343
/// <summary>
4444
/// Web address for help
4545
/// </summary>
46-
public string Help { get; } = "www.flashdevelop.org/community/";
46+
public string Help { get; } = "https://www.flashdevelop.org/community/";
4747

4848
/// <summary>
4949
/// Object that contains the settings

External/Plugins/CodeAnalyzer/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class PluginMain : IPlugin
4747
/// <summary>
4848
/// Web address for help
4949
/// </summary>
50-
public string Help { get; } = "www.flashdevelop.org/community/";
50+
public string Help { get; } = "https://www.flashdevelop.org/community/";
5151

5252
/// <summary>
5353
/// Object that contains the settings

External/Plugins/CodeFormatter/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class PluginMain : IPlugin
5252
/// <summary>
5353
/// Web address for help
5454
/// </summary>
55-
public string Help { get; } = "www.flashdevelop.org/community/";
55+
public string Help { get; } = "https://www.flashdevelop.org/community/";
5656

5757
/// <summary>
5858
/// Object that contains the settings

External/Plugins/CodeRefactor/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class PluginMain : IPlugin
6868
/// <summary>
6969
/// Web address for help
7070
/// </summary>
71-
public string Help { get; } = "www.flashdevelop.org/community/";
71+
public string Help { get; } = "https://www.flashdevelop.org/community/";
7272

7373
/// <summary>
7474
/// Object that contains the settings

0 commit comments

Comments
 (0)