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:
commit
3322fd6ff8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue