diff options
author | John Resig <jeresig@gmail.com> | 2006-08-13 18:58:58 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-08-13 18:58:58 +0000 |
commit | fc5ab8d6557884d275ba91795d208df635b6bff5 (patch) | |
tree | 4150a08ffe96da6e7782222941dccf4214a45508 /build/docs/style/docs.xsl | |
parent | 0307071d9ef2d0b0a8f3cb3d3d5255e6d840130b (diff) | |
download | jquery-fc5ab8d6557884d275ba91795d208df635b6bff5.tar.gz jquery-fc5ab8d6557884d275ba91795d208df635b6bff5.zip |
Made a bunch of changes to the build system.
Diffstat (limited to 'build/docs/style/docs.xsl')
-rw-r--r-- | build/docs/style/docs.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/docs/style/docs.xsl b/build/docs/style/docs.xsl index 98b3ede90..4adac376f 100644 --- a/build/docs/style/docs.xsl +++ b/build/docs/style/docs.xsl @@ -6,10 +6,10 @@ <head> <title>jQuery Docs - API</title> <link rel="stylesheet" href="style/style.css"/> - <script src="../jquery-svn.js"></script> + <script src="../dist/jquery-svn.js"></script> <script src="js/tooltip.js"></script> <script src="js/pager.js"></script> - <script src="js/doc2.js"></script> + <script src="js/doc.js"></script> </head> <body> <h1>jQuery Docs - API</h1> |