0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -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) { function checkExist(fileName) {
var errorMessage = 'Javascript files have not been built.', var errorMessage = 'Javascript files have not been built.',
errorHelp = '\nPlease read the getting started instructions at:' + 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) { return new Promise(function (resolve, reject) {
fs.exists(fileName, function (exists) { fs.exists(fileName, function (exists) {