0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #4553 from jgable/fixSetupLink

Update getting started link
This commit is contained in:
Jason Williams 2014-11-30 23:53:50 -06:00
commit 3322fd6ff8

View file

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