Skip to content

Commit ed0f606

Browse files
committed
updated http to https for openjdk license
Signed-off-by: Achal Talati <[email protected]>
1 parent 8ec17d1 commit ed0f606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/jdkDownloader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export const fetchJDKDownloadView = (machineArch: string, osType: string, versio
403403
</style>
404404
<body>
405405
<h1>JDK Downloader</h1>
406-
<p>This tool enables you to download either the latest Oracle Java SE JDK with <a href="https://www.java.com/freeuselicense"> Oracle No-Fee Terms and Conditions</a> or the Oracle OpenJDK builds under the <a href="http://openjdk.org/legal/gplv2+ce.html">GNU Public License with ClassPath Exception</a>.
406+
<p>This tool enables you to download either the latest Oracle Java SE JDK with <a href="https://www.java.com/freeuselicense"> Oracle No-Fee Terms and Conditions</a> or the Oracle OpenJDK builds under the <a href="https://openjdk.org/legal/gplv2+ce.html">GNU Public License with ClassPath Exception</a>.
407407
It will then handle the installation and configuration on your behalf.</p>
408408
<p>This enables you to take full advantage of all the features offered by this extension.</p>
409409
<br>

0 commit comments

Comments
 (0)