Merge pull request #3810 from camfindlay/patch-15

DOCS Update sake to reference new docs
This commit is contained in:
Loz Calver 2015-01-22 17:14:24 +00:00
commit d18fc3bb6f

View File

@ -97,7 +97,7 @@ Once you have done that, run 'composer install' or './framework/sake dev/build'
an empty database.
For more information, please read this page in our docs:
http://doc.silverstripe.org/framework/en/topics/environment-management
http://docs.silverstripe.org/en/getting_started/environment_management/
ENVCONTENT;
@ -110,7 +110,7 @@ DB::connect($databaseConfig);
$url = isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : null;
if(!$url) {
echo 'Please specify an argument to cli-script.php/sake. For more information, visit'
. ' http://doc.silverstripe.org/framework/en/topics/commandline';
. ' http://docs.silverstripe.org/en/developer_guides/cli';
die();
}