Skip to content

Commit

Permalink
Update jsdelivr url in docs (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
gricey432 authored and benjamingr committed Dec 18, 2018
1 parent a5a5b57 commit 499cf8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ js/*
zalgo.js
coverage/*
.vscode
.idea
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Expand Up @@ -134,7 +134,7 @@
<footer></footer>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/bluebird/{{ site.version }}/bluebird.js"></script>
<script src="//cdn.jsdelivr.net/npm/bluebird@{{ site.version }}/js/browser/bluebird.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit 499cf8e

Please sign in to comment.