瀏覽代碼

fix broken link

Hakim El Hattab 13 年之前
父節點
當前提交
d2faad4730
共有 1 個文件被更改,包括 1 次插入2 次删除
  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>