1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 03 May 2016 21:25:01 +0200
Description: Replace privacy breach links by packaged copies
--- a/inst/doc/highr-custom.html
+++ b/inst/doc/highr-custom.html
@@ -4,7 +4,7 @@
<title>Customization of the <code>highr</code> package</title>
<meta charset="utf-8">
<meta name="generator" content="knitr" />
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/7.3/styles/github.min.css">
+ <link rel="stylesheet" href="/usr/share/javascript/highlight.js/styles/github.css">
<style type="text/css">
/* Derived from the Docco package by Jeremy Ashkenas: https://github.com/jashkenas/docco/ */
@@ -236,7 +236,7 @@ code. See <a href="https://github.com/yi
</td><td class="code"></td></tr>
</table><!--table end-->
</div>
- <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
+ <script src="/usr/share/javascript/jquery/jquery.min.js"></script>
<script src="https://yihui.github.io/knitr/js/docco-resize.js"></script>
</body>
</html>
--- a/inst/doc/highr-internals.html
+++ b/inst/doc/highr-internals.html
@@ -4,7 +4,7 @@
<title>Internals of the <code>highr</code> package</title>
<meta charset="utf-8">
<meta name="generator" content="knitr" />
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/7.3/styles/github.min.css">
+ <link rel="stylesheet" href="/usr/share/javascript/highlight.js/styles/github.css">
<style type="text/css">
/* Derived from the Docco package by Jeremy Ashkenas: https://github.com/jashkenas/docco/ */
@@ -343,7 +343,7 @@ paper is too small to write down the ans
</td><td class="code"></td></tr>
</table><!--table end-->
</div>
- <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
+ <script src="/usr/share/javascript/jquery/jquery.min.js"></script>
<script src="https://yihui.github.io/knitr/js/docco-resize.js"></script>
</body>
</html>
|