Selaa lähdekoodia

fix broken link

Hakim El Hattab 12 vuotta sitten
vanhempi
säilyke
d2faad4730
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      index.html

+ 1 - 2
index.html

@@ -156,7 +156,7 @@ linkify( 'a' );
 				<h2>Stellar Links</h2>
 				<ul>
 					<li><a href="https://github.com/hakimel/reveal.js">Source code on github</a></li>
-					<li><a href="http://hakim.se/experiments/reveal.js">Read more on my site</a></li>
+					<li><a href="http://hakim.se/projects/reveal-js">Read more on my site</a></li>
 					<li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li>
 				</ul>
 			</section>
@@ -192,6 +192,5 @@ linkify( 'a' );
 			hljs.initHighlightingOnLoad();
 		</script>
 		
-		
 	</body>
 </html>