Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2 tiny URL fixes
  • Loading branch information
dimlev committed May 12, 2014
1 parent 9d62f5e commit e6b3ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -7,9 +7,9 @@
<h1>StronglyTyped: Unit tests (sort of...)</h1>
<p>There's nothing to see here. Open the console, refresh and look there.</p>
<p>
<strong>StronglyTyped</strong> is a library written by <a href="http://leaverou.me">Lea Verou</a>
<strong>StronglyTyped</strong> is a library written by <a href="http://lea.verou.me/">Lea Verou</a>
to allow strongly typed JavaScript properties and globals in ES5 supporting browsers.
<a href="http://leaverou.me/2011/05/strongly-typed-javascript/">Read More</a>
<a href="http://lea.verou.me/2011/05/strongly-typed-javascript/">Read More</a>
<script src="strongly-typed.js"></script>
<script>
var o = {};
Expand Down Expand Up @@ -64,4 +64,4 @@ <h1>StronglyTyped: Unit tests (sort of...)</h1>
</script>

</body>
</html>
</html>

2 comments on commit e6b3ba3

@tofumatt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be changed in the GitHub description too.
screenshot 2014-05-12 14 46 10

@LeaVerou
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Please sign in to comment.