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