aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 64b73bfc..aeeb8980 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -9,13 +9,13 @@
<link rel="stylesheet" href="doc_widgets.css" type="text/css" />
<link rel="stylesheet" href="docs.css" type="text/css"/>
- <link rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" type="text/css"/>
- <link rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" type="text/css"/>
+ <link rel="stylesheet" href="syntaxhighlighter/shCore.css" type="text/css"/>
+ <link rel="stylesheet" href="syntaxhighlighter/shThemeDefault.css" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script>
- <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js"></script>
- <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js"></script>
+ <script src="jquery.min.js"></script>
+ <script src="syntaxhighlighter/shCore.js"></script>
+ <script src="syntaxhighlighter/shBrushJScript.js"></script>
+ <script src="syntaxhighlighter/shBrushXml.js"></script>
<script src="../angular.min.js" ng:autobind></script>
<script src="docs.js"></script>