Browse Source

fix broken link

embed
Hakim El Hattab 13 years ago
parent
commit
d2faad4730
  1. 3
      index.html

3
index.html

@ -156,7 +156,7 @@ linkify( 'a' );
<h2>Stellar Links</h2> <h2>Stellar Links</h2>
<ul> <ul>
<li><a href="https://github.com/hakimel/reveal.js">Source code on github</a></li> <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> <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li>
</ul> </ul>
</section> </section>
@ -192,6 +192,5 @@ linkify( 'a' );
hljs.initHighlightingOnLoad(); hljs.initHighlightingOnLoad();
</script> </script>
</body> </body>
</html> </html>
Loading…
Cancel
Save