From 93f460c3e5445aa5e9fa1e80a595d87f8f97a943 Mon Sep 17 00:00:00 2001 From: Romain Gauthier Date: Fri, 23 Mar 2012 23:17:57 +0100 Subject: [PATCH] [doc] Improve links for the SETUP. --- README.md | 2 +- docs/SETUP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2669278..246d50e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ nnmon is the project running [respectmynet.eu](http://respectmynet.eu/). Installation ------------ -See /docs/SETUP.md +See [/docs/SETUP.md](nnmon/blob/master/docs/SETUP.md) diff --git a/docs/SETUP.md b/docs/SETUP.md index 1309ead..a55526a 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -56,5 +56,5 @@ Run the server python manage.py syncdb # run the database migrations python manage.py runserver 8080 -Your application is available on http://localhost:8080/ +Your application is available on [http://localhost:8080/](http://localhost:8080/) -- GitLab