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) {