summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2016-12-15 14:14:04 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2016-12-15 14:14:04 -0800
commitbf631948f6c3d0cc3c221cae661d7dc078682856 (patch)
tree5bcbc867039200df7a10ab236710b16bdbac4106 /contrib
parent3800b8bd48f57124e1af9f1f6488231bc4802223 (diff)
downloaduwsgi-bf631948f6c3d0cc3c221cae661d7dc078682856.tar.gz
Prefer https over http
Diffstat (limited to 'contrib')
-rw-r--r--contrib/emperormon.ru8
-rw-r--r--contrib/uwsgisubscribers.ru8
2 files changed, 8 insertions, 8 deletions
diff --git a/contrib/emperormon.ru b/contrib/emperormon.ru
index 9571d8ca..5ce42070 100644
--- a/contrib/emperormon.ru
+++ b/contrib/emperormon.ru
@@ -23,13 +23,13 @@ template = <<eof
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="unbit">
- <link href="http://unbit.github.com/bootstrap/css/bootstrap.css" rel="stylesheet">
+ <link href="https://unbit.github.com/bootstrap/css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
- <link href="http://unbit.github.com/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
+ <link href="https://unbit.github.com/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
@@ -99,8 +99,8 @@ template = <<eof
- <script src="http://unbit.github.com/jquery-1.7.2.min.js" type="text/javascript"></script>
- <script src="http://unbit.github.com/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
+ <script src="https://unbit.github.com/jquery-1.7.2.min.js" type="text/javascript"></script>
+ <script src="https://unbit.github.com/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>
eof
diff --git a/contrib/uwsgisubscribers.ru b/contrib/uwsgisubscribers.ru
index 38a85d31..1951ac60 100644
--- a/contrib/uwsgisubscribers.ru
+++ b/contrib/uwsgisubscribers.ru
@@ -23,13 +23,13 @@ template = <<eof
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="unbit">
- <link href="http://unbit.github.com/bootstrap/css/bootstrap.css" rel="stylesheet">
+ <link href="https://unbit.github.com/bootstrap/css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
- <link href="http://unbit.github.com/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
+ <link href="https://unbit.github.com/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
@@ -75,8 +75,8 @@ template = <<eof
<% end %>
- <script src="http://unbit.github.com/jquery-1.7.2.min.js" type="text/javascript"></script>
- <script src="http://unbit.github.com/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
+ <script src="https://unbit.github.com/jquery-1.7.2.min.js" type="text/javascript"></script>
+ <script src="https://unbit.github.com/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>
eof