Skip to content

Commit 0982980

Browse files
committed
Merge pull request #84 from vincent99/master
Switch CDN URLs to SSL-capable Google ones
2 parents 1ea5683 + 5a3ebc8 commit 0982980

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="viewport" content="width=694">
99
{{content-for 'head'}}
1010
<link rel="stylesheet" href="assets/vendor.css">
11-
<link rel="stylesheet" href="//cdn.rancher.io/ss-gizmo/ss-gizmo.css">
12-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
11+
<link rel="stylesheet" href="//storage.googleapis.com/cdn.rancher.io/ss-gizmo/ss-gizmo.css">
12+
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" type="text/css">
1313
<link rel="stylesheet" href="assets/ui.css">
1414
<style type="text/css" title="dynamic-css"></style>
1515
<script src="assets/vendor.js"></script>

public/static/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<title>Rancher</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=694">
9-
<link rel="icon" href="//cdn.rancher.io/ui/VERSION/favicon.ico">
10-
<link rel="stylesheet" href="//cdn.rancher.io/ui/VERSION/assets/vendor.css">
11-
<link rel="stylesheet" href="//cdn.rancher.io/ss-gizmo/ss-gizmo.css">
12-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css">
13-
<link rel="stylesheet" href="//cdn.rancher.io/ui/VERSION/assets/ui.css" title="ui">
9+
<link rel="icon" href="//storage.googleapis.com/cdn.rancher.io/ui/VERSION/favicon.ico">
10+
<link rel="stylesheet" href="//storage.googleapis.com/cdn.rancher.io/ui/VERSION/assets/vendor.css">
11+
<link rel="stylesheet" href="//storage.googleapis.com/cdn.rancher.io/ss-gizmo/ss-gizmo.css">
12+
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" type="text/css">
13+
<link rel="stylesheet" href="//storage.googleapis.com/cdn.rancher.io/ui/VERSION/assets/ui.css" title="ui">
1414
<style type="text/css" title="dynamic-css"></style>
1515
<base href="/static/">
16-
<script src="//cdn.rancher.io/ui/VERSION/assets/vendor.js"></script>
16+
<script src="//storage.googleapis.com/cdn.rancher.io/ui/VERSION/assets/vendor.js"></script>
1717
</head>
1818
<body>
19-
<script src="//cdn.rancher.io/ui/VERSION/assets/ui.js"></script>
19+
<script src="//storage.googleapis.com/cdn.rancher.io/ui/VERSION/assets/ui.js"></script>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)