Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b42b6c

Browse files
authored
Merge pull request MapGIS#17 from jsdelivrbot/master
RawGit is shutting down, replace it with jsDelivr
2 parents a0545b8 + 86e9fe1 commit 9b42b6c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

demo/leaflet/example/office/plugins/icon_glyph.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>IconGlyph</title>
66
<script include="IconGlyph" src="../../libs/zondyclient/include-leaflet-local.js"></script>
77
<link href="https://cdn.materialdesignicons.com/1.3.41/css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
8-
<link rel="stylesheet" href="https://cdn.rawgit.com/mapshakers/mapkeyicons/master/dist/MapkeyIcons.css" type="text/css">
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/mapshakers/mapkeyicons/dist/MapkeyIcons.css" type="text/css">
99
<style>
1010
#map{height:600px}
1111
</style>

libs/zondyclient/cdn/filesaver/demo/index.xhtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8"/>
55
<title>FileSaver.js demo</title>
6-
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/eligrey/FileSaver.js/702cd2e820b680f88a0f299e33085c196806fc52/demo/demo.css"/>
6+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/eligrey/FileSaver.js@702cd2e820b680f88a0f299e33085c196806fc52/demo/demo.css"/>
77
</head>
88
<body>
99
<h1><a href="https://github.com/eligrey/FileSaver.js">FileSaver.js</a> demo</h1>
@@ -49,9 +49,9 @@
4949
<input type="submit" value="Save"/>
5050
</form>
5151
</section>
52-
<script async="" src="https://cdn.rawgit.com/eligrey/Blob.js/0cef2746414269b16834878a8abc52eb9d53e6bd/Blob.js"/>
53-
<script async="" src="https://cdn.rawgit.com/eligrey/canvas-toBlob.js/f1a01896135ab378aa5c0118eadd81da55e698d8/canvas-toBlob.js"/>
54-
<script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/e9d941381475b5df8b7d7691013401e171014e89/FileSaver.min.js"/>
55-
<script async="" src="https://cdn.rawgit.com/eligrey/FileSaver.js/597b6cd0207ce408a6d34890b5b2826b13450714/demo/demo.js"/>
52+
<script async="" src="https://cdn.jsdelivr.net/gh/eligrey/Blob.js@0cef2746414269b16834878a8abc52eb9d53e6bd/Blob.js"/>
53+
<script async="" src="https://cdn.jsdelivr.net/gh/eligrey/canvas-toBlob.js@f1a01896135ab378aa5c0118eadd81da55e698d8/canvas-toBlob.js"/>
54+
<script async="" src="https://cdn.jsdelivr.net/gh/eligrey/FileSaver.js@e9d941381475b5df8b7d7691013401e171014e89/FileSaver.min.js"/>
55+
<script async="" src="https://cdn.jsdelivr.net/gh/eligrey/FileSaver.js@597b6cd0207ce408a6d34890b5b2826b13450714/demo/demo.js"/>
5656
</body>
5757
</html>

libs/zondyclient/cdn/jspdf/docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="jsPDF.htm
5151
<p><a href="https://codeclimate.com/repos/57f943855cdc43705e00592f/feed"><img src="https://codeclimate.com/repos/57f943855cdc43705e00592f/badges/2665cddeba042dc5191f/gpa.svg" alt="Code Climate"></a> <a href="https://codeclimate.com/repos/57f943855cdc43705e00592f/coverage"><img src="https://codeclimate.com/repos/57f943855cdc43705e00592f/badges/2665cddeba042dc5191f/coverage.svg" alt="Test Coverage"></a></p>
5252
<p><strong>A library to generate PDFs in client-side JavaScript.</strong></p>
5353
<p>You can <a href="http://twitter.com/MrRio">catch me on twitter</a>: <a href="http://twitter.com/MrRio">@MrRio</a> or head over to <a href="http://parall.ax">my company's website</a> for consultancy.</p>
54-
<h2><a href="http://rawgit.com/MrRio/jsPDF/master/">Live Demo</a> | <a href="http://rawgit.com/MrRio/jsPDF/master/docs/">Documentation</a></h2><h2>Creating your first document</h2><p>The easiest way to get started is to drop the CDN hosted library into your page:</p>
54+
<h2><a href="http://rawgit.com/MrRio/jsPDF/master/">Live Demo</a> | <a href="https://cdn.jsdelivr.net/gh/MrRio/jsPDF/docs/">Documentation</a></h2><h2>Creating your first document</h2><p>The easiest way to get started is to drop the CDN hosted library into your page:</p>
5555
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.5/jspdf.debug.js&quot;>&lt;/script></code></pre><p>or can always get latest version via <a href="https://unpkg.com/#/">unpkg</a></p>
5656
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://unpkg.com/jspdf@latest/dist/jspdf.min.js&quot;>&lt;/script></code></pre><p>NPM</p>
5757
<pre class="prettyprint source lang-bash"><code>npm i jspdf --save</code></pre><p>Bower</p>

libs/zondyclient/cdn/leaflet-plugins/Proj4Leaflet/test/mocha.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<head>
22
<meta charset="utf-8">
33
<title>Mocha Tests</title>
4-
<link href="http://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
4+
<link href="https://cdn.jsdelivr.net/gh/mochajs/mocha@2.2.5/mocha.css" rel="stylesheet" />
55
</head>
66
<body>
77
<div id="mocha"></div>
88

9-
<script src="http://cdn.rawgit.com/Automattic/expect.js/0.3.1/index.js"></script>
10-
<script src="http://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>
9+
<script src="https://cdn.jsdelivr.net/gh/Automattic/expect.js@0.3.1/index.js"></script>
10+
<script src="https://cdn.jsdelivr.net/gh/mochajs/mocha@2.2.5/mocha.js"></script>
1111

1212
<script>
1313
window.initMochaPhantomJS && window.initMochaPhantomJS();

0 commit comments

Comments
 (0)