Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-07-16 18:57:43 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-07-16 19:01:54 +0300
commit4f244794d726ec518d043b971ace3cf116bd30ea (patch)
treeb667c1dd1e1ce9ef56d18950176a6b9a59b5f6bf
parent2503dc42ddf5d734c54d33aa3005f507b8b6d7b2 (diff)
Replace rawgit.com URL with rawgit.org
-rw-r--r--test/fixtures/jquery/custom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/jquery/custom.html b/test/fixtures/jquery/custom.html
index 35f0a3a..625f2b1 100644
--- a/test/fixtures/jquery/custom.html
+++ b/test/fixtures/jquery/custom.html
@@ -11,7 +11,7 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
- <script src="https://cdn.rawgit.com/jgallen23/jquery-builder/master/dist/1.11.1/jquery.min.js"></script>
+ <script src="https://ghcdn.rawgit.org/jgallen23/jquery-builder/master/dist/1.11.1/jquery.min.js"></script>
<script src="../../../node_modules/qunit/qunit/qunit.js"></script>
<script src="../../../dist/browser/bootlint.js"></script>
<script src="../generic-qunit.js"></script>