Skip to content

Commit 9b431fa

Browse files
cirrasfourls
authored andcommitted
Replace all HTTP links with HTTPS
1 parent d5fd385 commit 9b431fa

29 files changed

+32
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ Since 2019, the project has been actively developed and extensively rewritten by
126126

127127
## License
128128

129-
Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt).
129+
Licensed under the [GNU Lesser General Public License, Version 3.0](https://www.gnu.org/licenses/lgpl.txt).

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/ExplicitTObjectInheritance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>How to fix it</h2>
2020
<h2>Resources</h2>
2121
<ul>
2222
<li>
23-
<a href="http://docwiki.embarcadero.com/RADStudio/en/Classes_and_Objects_(Delphi)#TObject_and_TClass">
23+
<a href="https://docwiki.embarcadero.com/RADStudio/en/Classes_and_Objects_(Delphi)#TObject_and_TClass">
2424
RAD Studio documentation: TObject and TClass
2525
</a>
2626
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/FormatArgumentCount.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>How to fix it</h2>
3131
<h2>Resources</h2>
3232
<ul>
3333
<li>
34-
<a href="http://docwiki.embarcadero.com/Libraries/en/System.SysUtils.Format#Format_Strings">
34+
<a href="https://docwiki.embarcadero.com/Libraries/en/System.SysUtils.Format#Format_Strings">
3535
RAD Studio API documentation: System.SysUtils.Format
3636
</a>
3737
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/FormatArgumentType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>How to fix it</h2>
2424
<h2>Resources</h2>
2525
<ul>
2626
<li>
27-
<a href="http://docwiki.embarcadero.com/Libraries/en/System.SysUtils.Format#Format_Strings">
27+
<a href="https://docwiki.embarcadero.com/Libraries/en/System.SysUtils.Format#Format_Strings">
2828
RAD Studio API documentation: System.SysUtils.Format
2929
</a>
3030
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/FormatStringValid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>How to fix it</h2>
3030
<h2>Resources</h2>
3131
<ul>
3232
<li>
33-
<a href="http://docwiki.embarcadero.com/Libraries/en/System.SysUtils.Format#Format_Strings">
33+
<a href="https://docwiki.embarcadero.com/Libraries/en/System.SysUtils.Format#Format_Strings">
3434
RAD Studio API documentation: System.SysUtils.Format
3535
</a>
3636
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/InlineAssembly.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Why is this an issue?</h2>
99
<h2>Resources</h2>
1010
<ul>
1111
<li>
12-
<a href="http://docwiki.embarcadero.com/RADStudio/en/Using_Inline_Assembly_Code">
12+
<a href="https://docwiki.embarcadero.com/RADStudio/en/Using_Inline_Assembly_Code">
1313
RAD Studio documentation: Using Inline Assembly Code
1414
</a>
1515
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/InlineConstExplicitType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>How to fix it</h2>
4545
<h2>Resources</h2>
4646
<ul>
4747
<li>
48-
<a href="http://docwiki.embarcadero.com/RADStudio/en/Inline_Variable_Declaration#Type_Inference_for_Inlined_Variables">
48+
<a href="https://docwiki.embarcadero.com/RADStudio/en/Inline_Variable_Declaration#Type_Inference_for_Inlined_Variables">
4949
RAD Studio documentation: Type Inference for Inlined Variables
5050
</a>
5151
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/InlineLoopVarExplicitType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>How to fix it</h2>
2626
<h2>Resources</h2>
2727
<ul>
2828
<li>
29-
<a href="http://docwiki.embarcadero.com/RADStudio/en/Inline_Variable_Declaration#Type_Inference_for_Inlined_Variables">
29+
<a href="https://docwiki.embarcadero.com/RADStudio/en/Inline_Variable_Declaration#Type_Inference_for_Inlined_Variables">
3030
RAD Studio documentation: Type Inference for Inlined Variables
3131
</a>
3232
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/InlineVarExplicitType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>How to fix it</h2>
2222
<h2>Resources</h2>
2323
<ul>
2424
<li>
25-
<a href="http://docwiki.embarcadero.com/RADStudio/en/Inline_Variable_Declaration#Type_Inference_for_Inlined_Variables">
25+
<a href="https://docwiki.embarcadero.com/RADStudio/en/Inline_Variable_Declaration#Type_Inference_for_Inlined_Variables">
2626
RAD Studio documentation: Type Inference for Inlined Variables
2727
</a>
2828
</li>

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/LegacyInitializationSection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>How to fix it</h2>
2525
<h2>Resources</h2>
2626
<ul>
2727
<li>
28-
<a href="http://docwiki.embarcadero.com/RADStudio/en/Programs_and_Units_(Delphi)#The_Initialization_Section">
28+
<a href="https://docwiki.embarcadero.com/RADStudio/en/Programs_and_Units_(Delphi)#The_Initialization_Section">
2929
RAD Studio documentation: Programs and Units (Delphi)
3030
</a>
3131
</li>

0 commit comments

Comments
 (0)