aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html
index 53d2c73e..8c4026bb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,10 +8,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Styles -->
- <link rel="stylesheet" href="https://cdn.plyr.io/1.3.7/plyr.css">
+ <link rel="stylesheet" href="../dist/plyr.css">
<!-- Docs styles -->
- <link rel="stylesheet" href="https://cdn.plyr.io/1.3.7/docs.css">
+ <link rel="stylesheet" href="dist/docs.css">
</head>
<body>
<header>
@@ -79,8 +79,8 @@
<script>
(function() {
[
- 'https://cdn.plyr.io/1.3.7/sprite.svg',
- 'https://cdn.plyr.io/1.3.7/docs.svg'
+ '../dist/sprite.svg',
+ 'dist/docs.svg'
]
.forEach(function(u) {
var x = new XMLHttpRequest(), b = document.body;
@@ -99,12 +99,12 @@
</script>
<!-- Plyr core script -->
- <script src="https://cdn.plyr.io/1.3.7/plyr.js"></script>
+ <script src="../dist/plyr.js"></script>
<!-- Shr core script -->
<script src="https://cdn.shr.one/0.1.9/shr.js"></script>
<!-- Docs script -->
- <script src="https://cdn.plyr.io/1.3.7/docs.js"></script>
+ <script src="dist/docs.js"></script>
</body>
</html>