From fe7e4311f1f17ad58d60792a60cc9080eeed5dcd Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Sun, 30 Nov 2014 20:52:37 -0800 Subject: [PATCH] Update getting started link No Issue Fixed link anchor address that was changed --- core/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/index.js b/core/server/index.js index 45c0ec2951..22107fb9c7 100644 --- a/core/server/index.js +++ b/core/server/index.js @@ -73,7 +73,7 @@ function builtFilesExist() { function checkExist(fileName) { var errorMessage = 'Javascript files have not been built.', errorHelp = '\nPlease read the getting started instructions at:' + - '\nhttps://github.com/TryGhost/Ghost#getting-started-guide-for-developers'; + '\nhttps://github.com/TryGhost/Ghost#getting-started'; return new Promise(function (resolve, reject) { fs.exists(fileName, function (exists) {