Skip to content

Commit 1e1e231

Browse files
authored
Merge pull request #10052 from github/task/fix-broken-links
Docs: Replace HTTP broken links to equivalent HTTPS resources
2 parents e7c6c04 + 639af0a commit 1e1e231

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cpp/ql/src/Likely Bugs/OO/NonVirtualDestructorInBaseClass.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Make sure that all classes with virtual functions also have a virtual destructor
3030
S. Meyers. <em>Effective C++ 3d ed.</em> pp 40-44. Addison-Wesley Professional, 2005.
3131
</li>
3232
<li>
33-
<a href="http://blogs.msdn.com/b/oldnewthing/archive/2004/05/07/127826.aspx">When should your destructor be virtual?</a>
33+
<a href="https://devblogs.microsoft.com/oldnewthing/20040507-00/?p=39443">When should your destructor be virtual?</a>
3434
</li>
3535

3636

cpp/ql/src/jsf/4.10 Classes/AV Rule 78.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure that all classes with virtual functions also have a virtual destructor
3333
S. Meyers. <em>Effective C++ 3d ed.</em> pp 40-44. Addison-Wesley Professional, 2005.
3434
</li>
3535
<li>
36-
<a href="http://blogs.msdn.com/b/oldnewthing/archive/2004/05/07/127826.aspx">When should your destructor be virtual?</a>
36+
<a href="https://devblogs.microsoft.com/oldnewthing/20040507-00/?p=39443">When should your destructor be virtual?</a>
3737
</li>
3838

3939

java/ql/src/Metrics/Files/FNumberOfClasses.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ to enumerations.
100100

101101

102102
<li>
103-
H. Kabutz. <a href="http://www.devx.com/Java/Article/10686">Java History 101: Once Upon an Oak</a>. Published online.
103+
H. Kabutz. <a href="https://www.devx.com/java-zone/10686/">Java History 101: Once Upon an Oak</a>. Published online.
104104
</li>
105105

106106

java/ql/src/Security/CWE/CWE-113/ResponseSplitting.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The second recommended approach in the example verifies the parameters before us
5050

5151
<references>
5252
<li>
53-
InfosecWriters: <a href="http://www.infosecwriters.com/Papers/DCrab_HTTP_Response.pdf">HTTP response splitting</a>.
53+
SecLists.org: <a href="https://seclists.org/bugtraq/2005/Apr/187">HTTP response splitting</a>.
5454
</li>
5555
<li>
5656
OWASP:

javascript/ql/src/LanguageFeatures/ConditionalComments.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Note that conditional comments are no longer supported in Internet Explorer 11 S
3333
<references>
3434

3535

36-
<li>Internet Explorer Dev Center: <a href="http://msdn.microsoft.com/en-us/library/ie/8ka90k2e(v=vs.94).aspx">@cc_on Statement (JavaScript)</a>.</li>
36+
<li>Internet Explorer Dev Center: <a href="http://web.archive.org/web/20121103072038/http://msdn.microsoft.com/en-us/library/ie/8ka90k2e(v=vs.94).aspx">@cc_on Statement (JavaScript)</a>.</li>
3737

3838

3939
</references>

javascript/ql/src/Metrics/FUseOfES6.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the migration.
2424
</recommendation>
2525
<references>
2626
<li>
27-
Ecma International: <a href="http://www.ecma-international.org/ecma-262/6.0">ECMAScript 2015 Language Specification</a>.
27+
Ecma International: <a href="https://262.ecma-international.org/6.0/">ECMAScript 2015 Language Specification</a>.
2828
</li>
2929
</references>
3030
</qhelp>

python/ql/src/Security/CWE-295/RequestWithoutValidation.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The example shows two unsafe calls to <a href="https://semmle.com">semmle.com</a
2929

3030
<references>
3131
<li>
32-
Python requests documentation: <a href="http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification">SSL Cert Verification</a>.
32+
Python requests documentation: <a href="https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification">SSL Cert Verification</a>.
3333
</li>
3434
</references>
3535
</qhelp>

0 commit comments

Comments
 (0)