diff --git a/Cookbook.md b/Cookbook.md index ac68683..44a53d2 100644 --- a/Cookbook.md +++ b/Cookbook.md @@ -4,7 +4,7 @@ The Yesod Cookbook contains small snippets of code for solving practical problem If you're looking for a comprehensive guide to learning Yesod, please consider [reading the book](http://www.yesodweb.com/book). -For non-Yesod code, see also [Snippets|Snippets]. +For non-Yesod code, see also [Snippets](https://github.com/yesodweb/yesod-cookbook/blob/master/Snippets.md). ## Basics * [Adding CSS and JS](http://www.yesodweb.com/blog/2013/01/adding-css-js) diff --git a/Snippets.md b/Snippets.md index e1e26aa..2d37ed5 100644 --- a/Snippets.md +++ b/Snippets.md @@ -4,4 +4,4 @@ Generic useful pieces of code ## Dates -* [[Formatting dates|Formatting-dates]] \ No newline at end of file +* [Formatting dates](https://github.com/yesodweb/yesod-cookbook/blob/master/snippets/Formatting-dates.md)