Changed the links to use ssl.

This commit is contained in:
Chris Cromer 2016-08-15 22:55:02 -03:00
parent 1c5cc08837
commit 05cd3a844d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<html> <html>
<title>Estructuras de Datos</title> <title>Estructuras de Datos</title>
<head> <head>
<script src="http://java.com/js/dtjava.js"></script> <script src="https://java.com/js/dtjava.js"></script>
<script>window.dtjava || document.write('<script src="dtjava.js"><\/script>')</script> <script>window.dtjava || document.write('<script src="dtjava.js"><\/script>')</script>
<script> <script>
function launchApplication(jnlpfile) { function launchApplication(jnlpfile) {

View File

@ -1,7 +1,7 @@
<html> <html>
<title>Estructuras de Datos</title> <title>Estructuras de Datos</title>
<head> <head>
<script src="http://java.com/js/dtjava.js"></script> <script src="https://java.com/js/dtjava.js"></script>
<script>window.dtjava || document.write('<script src="dtjava.js"><\/script>')</script> <script>window.dtjava || document.write('<script src="dtjava.js"><\/script>')</script>
<script> <script>
function launchApplication(jnlpfile) { function launchApplication(jnlpfile) {