diff --git a/templates/slidy.template b/templates/slidy.template
index 9cfdb8f5e..e2653b91e 100644
--- a/templates/slidy.template
+++ b/templates/slidy.template
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta name="generator" content="pandoc" />
@@ -17,17 +17,17 @@ $if(highlighting-css)$
 $highlighting-css$
   </style>
 $endif$
-$for(css)$
-  <link rel="stylesheet" href="$css$" type="text/css" />
-$endfor$
 $if(slidy-css)$
   <style type="text/css">
 $slidy-css$
   </style>
 $else$
-  <link rel="stylesheet" type="text/css" media="screen, projection, print" 
-    href="http://www.w3.org/Talks/Tools/Slidy/slidy.css" /> 
+  <link rel="stylesheet" type="text/css" media="screen, projection, print"
+    href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" />
 $endif$
+$for(css)$
+  <link rel="stylesheet" href="$css$" type="text/css" />
+$endfor$
 $if(math)$
   $math$
 $endif$
@@ -39,7 +39,7 @@ $if(slidy-js)$
 $slidy-js$
   </script>
 $else$
-  <script src="http://www.w3.org/Talks/Tools/Slidy/slidy.js.gz"
+  <script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz"
     charset="utf-8" type="text/javascript"></script>
 $endif$
 </head>
@@ -54,7 +54,7 @@ $if(title)$
 $for(author)$$author$$sep$<br/>$endfor$
   </p>
 $if(date)$
-  <p class="date">$date$</p> 
+  <p class="date">$date$</p>
 $endif$
 </div>
 $endif$