From cc7e804aa55f1fe6ed88a15d4168ddd3404c4238 Mon Sep 17 00:00:00 2001 From: Jean Bertrand Date: Fri, 7 Oct 2016 15:39:41 +0200 Subject: [PATCH] Fix link to NaturalSort gem --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4aab5ea..ad928f2 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ array.sort! { |a,b| collator.compare(a, b) } TODO ==== - Sort non-ascii-convertables like ß(ss), œ(oe) , fi(fi), see [Ligatures](http://en.wikipedia.org/wiki/Typographical_ligature) - - Integrate natural sorting e.g. `['a11', 'a2'] => ['a2', 'a11']` like [NaturalSort](http://rubyforge.org/projects/naturalsort) + - Integrate natural sorting e.g. `['a11', 'a2'] => ['a2', 'a11']` like [NaturalSort](https://github.com/johnnyshields/naturalsort) ### [Contributors](https://github.com/grosser/sort_alphabetical/contributors) =======