From d2faad4730071f26be66baa920057bf68b47d4c8 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sun, 4 Dec 2011 20:53:35 -0800
Subject: [PATCH] fix broken link

---
 index.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 890925e..a4fca03 100644
--- a/index.html
+++ b/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>
\ No newline at end of file
-- 
GitLab