diff options
author | Artur Adib <arturadib@gmail.com> | 2012-03-09 09:35:39 -0500 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-03-14 16:44:36 -0700 |
commit | c834ef409e85eaa43782bb3edd844af8923f3056 (patch) | |
tree | f1e463b00c122faee7269fd726258d11036472ab /doc/template.html | |
parent | c12a1dc5d8f04c3134be4131a77d283897500f9e (diff) | |
download | node-new-c834ef409e85eaa43782bb3edd844af8923f3056.tar.gz |
Doc highlight fix
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/template.html b/doc/template.html index 968b3354ad..dbe527cee8 100644 --- a/doc/template.html +++ b/doc/template.html @@ -69,8 +69,8 @@ <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">license</a>.</p> </div> - <script src="assets/sh_main.js"></script> - <script src="assets/sh_javascript.min.js"></script> + <script src="../sh_main.js"></script> + <script src="../sh_javascript.min.js"></script> <script>highlight(undefined, undefined, 'pre');</script> <script> var gaJsHost = (("https:" == document.location.protocol) ? |