summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-10-23 16:32:12 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-10-23 16:32:12 -0400
commit7fb57c74f07fba5d616b0bcb207e3b76f91ca383 (patch)
tree47fce1f7de35b97394babfa3301d527b6d2be070
parent5e50310c74255e9f4f0a42e61ba67351e1b7ff20 (diff)
index.html: fixed missed http -> https
-rw-r--r--web-app/static/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web-app/static/index.html b/web-app/static/index.html
index 0288173..8d34d74 100644
--- a/web-app/static/index.html
+++ b/web-app/static/index.html
@@ -4,9 +4,9 @@
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
- <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:200,700' rel='stylesheet' type='text/css'>
- <link href='http://code.jquery.com/ui/1.11.4/themes/overcast/jquery-ui.css' rel='stylesheet' type='text/css'>
- <link href='http://cdn.datatables.net/1.10.7/css/jquery.dataTables.css' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Merriweather+Sans:200,700' rel='stylesheet' type='text/css'>
+ <link href='https://code.jquery.com/ui/1.11.4/themes/overcast/jquery-ui.css' rel='stylesheet' type='text/css'>
+ <link href='https://cdn.datatables.net/1.10.7/css/jquery.dataTables.css' rel='stylesheet' type='text/css'>
<script type='text/javascript' src="https://code.jquery.com/jquery-2.1.4.min.js"></script>