From 80920116cd15476d18f0d290e2313bd7d1875fa0 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 5 Dec 2016 13:40:14 +0100 Subject: [PATCH] corrected links in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d892af6..b93382a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # New Eden Accounting Tool -This is a complete rewrite of the New Eden Accounting Tool currently found at [http://pwning.de/neat](). +This is a complete rewrite of the New Eden Accounting Tool currently found at [http://pwning.de/neat](http://pwning.de/neat). At the moment there is nothing much to see here but a bit of playing around with yesod. Pull-Requests are welcome anyway. ## Getting stuff to run -1. Install Stack like [http://docs.haskellstack.org/en/stable/README.html]() +1. Install Stack like [http://docs.haskellstack.org/en/stable/README.html](http://docs.haskellstack.org/en/stable/README.html) 2. install postgres (i use v. 9.3) ```{.bash}