mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Update Java documentation links to Java 11
Where possible update Java documentation links to Java 11. Additionally update some other links to use HTTPS.
This commit is contained in:
@@ -39,7 +39,7 @@ has made. However, if the user does not choose 1, 2, or 3, execution falls throu
|
||||
|
||||
<li>
|
||||
Java SE Documentation:
|
||||
<a href="http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-142311.html#468">7.8 switch Statements</a>.
|
||||
<a href="https://www.oracle.com/java/technologies/javase/codeconventions-statements.html#468">7.8 switch Statements</a>.
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<li>
|
||||
Java SE Documentation:
|
||||
<a href="http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-142311.html#431">7.1 Simple Statements</a>.
|
||||
<a href="https://www.oracle.com/java/technologies/javase/codeconventions-statements.html#431">7.1 Simple Statements</a>.
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ test score. However, if the score is less than 60, execution falls through silen
|
||||
|
||||
<li>
|
||||
Java SE Documentation:
|
||||
<a href="http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-142311.html#449">7.4 if, if-else, if else-if else Statements</a>.
|
||||
<a href="https://www.oracle.com/java/technologies/javase/codeconventions-statements.html#449">7.4 if, if-else, if else-if else Statements</a>.
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user