fixing Underscore.string link to new maintainer.

This commit is contained in:
Jeremy Ashkenas
2011-01-18 16:46:17 -05:00
parent f03d5fa57c
commit 659ec2c16c

View File

@@ -1156,7 +1156,7 @@ _([1, 2, 3]).value();
</p>
<p>
<a href="http://esa-matti.suuronen.org/projects/underscore.strings/">Underscore.strings</a>,
<a href="https://github.com/edtsech/underscore.string">Underscore.string</a>,
an Underscore extension that adds functions for string-manipulation:
<tt>trim</tt>, <tt>startsWith</tt>, <tt>contains</tt>, <tt>capitalize</tt>,
<tt>reverse</tt>, <tt>sprintf</tt>, and more.