Skip to content

Commit f1fbc54

Browse files
committed
Add https: in front of imports in case examples are directly opened
Addresses #104.
1 parent b4677c8 commit f1fbc54

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="theme-color" content="#3498db">
88
<meta name="description" content="React Checkbox Tree: A simple, yet elegant checkbox treeview for React.">
9-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
10-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
1212
<link rel="stylesheet" href="style.css">
1313
</head>
1414
<body>

examples/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="theme-color" content="#3498db">
88
<meta name="description" content="React Checkbox Tree: A simple, yet elegant checkbox treeview for React.">
9-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
10-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto">
1212
<link rel="stylesheet" href="style.css">
1313
</head>
1414
<body>

0 commit comments

Comments
 (0)