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:
parent
f3de619ea7
commit
fe7e4311f1
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…
Add table
Reference in a new issue