From 9f8866525edd646fb2c28f06ee5aeb1919fd2976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Sun, 7 Aug 2016 09:05:09 +0200 Subject: [PATCH] Fix examples links in the docs --- src/Table.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Table.elm b/src/Table.elm index 76cd6a9..76b9fdb 100644 --- a/src/Table.elm +++ b/src/Table.elm @@ -19,7 +19,7 @@ truth is pretty great! I recommend checking out the [examples][] to get a feel for how it works. -[examples]: https://github.com/evancz/elm-tables/tree/master/examples +[examples]: https://github.com/evancz/elm-sortable-table/tree/master/examples # View @@ -133,7 +133,7 @@ You provide the following information in your table configuration: See the [examples][] to get a better feel for this! [keyed]: http://package.elm-lang.org/packages/elm-lang/html/latest/Html-Keyed -[examples]: https://github.com/evancz/elm-tables/tree/master/examples +[examples]: https://github.com/evancz/elm-sortable-table/tree/master/examples -} config : { toId : data -> String