mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3810 from camfindlay/patch-15
DOCS Update sake to reference new docs
This commit is contained in:
commit
d18fc3bb6f
@ -97,7 +97,7 @@ Once you have done that, run 'composer install' or './framework/sake dev/build'
|
|||||||
an empty database.
|
an empty database.
|
||||||
|
|
||||||
For more information, please read this page in our docs:
|
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;
|
ENVCONTENT;
|
||||||
@ -110,7 +110,7 @@ DB::connect($databaseConfig);
|
|||||||
$url = isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : null;
|
$url = isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : null;
|
||||||
if(!$url) {
|
if(!$url) {
|
||||||
echo 'Please specify an argument to cli-script.php/sake. For more information, visit'
|
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();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user