0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update getting started link

No Issue

Fixed link anchor address that was changed
This commit is contained in:
Jacob Gable 2014-11-30 20:52:37 -08:00
parent f3de619ea7
commit fe7e4311f1

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