Skip to content

Commit

Permalink
Sails.prototype.inspect() - fix link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfsolter committed Apr 1, 2016
1 parent 41d47ca commit 52d4568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/private/inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function inspect () {

return util.format('\n'+
' |> %s', this.toString()) + '\n' +
'\\___/ For help, see: http://links.sailsjs.org/docs'+
'\\___/ For help, see: http://sailsjs.org/documentation/concepts/'+
'\n\n' +
'Tip: Use `sails.config` to access your app\'s runtime configuration.'+
'\n\n' +
Expand Down

0 comments on commit 52d4568

Please sign in to comment.