ENHANCEMENT Update sake to reference new docs

This commit is contained in:
Cam Findlay 2015-01-22 08:49:25 +13:00
parent c5db41d21f
commit 2e4bf9abc4
1 changed files with 2 additions and 2 deletions

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();
}