From 7f26b1494b736dcf201a4d1f8329f73d8796b2ba Mon Sep 17 00:00:00 2001 From: Rob H Date: Fri, 27 Jul 2018 12:49:18 +1000 Subject: [PATCH] Fix syntax error in GETTING_STARTED.md --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index f1dd8679aa..e68259d57f 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -50,7 +50,7 @@ This will create the "ofn" user as superuser and allowing it to create databases Once done, run `script/setup`. If the script succeeds you're ready to start developing. If not, take a look at the output as it should be informative enough to help you troubleshoot. -If you run into any other issues getting your local environment up and running please consult [the wiki](wiki). +If you run into any other issues getting your local environment up and running please consult [the wiki][wiki]. If still you get stuck do not hesitate to open an issue reporting the full output of the script.