fix broken link
This commit is contained in:
parent
f9527d31b4
commit
d2faad4730
|
@ -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…
Reference in New Issue