From 2e4bf9abc4fdf60c70cc48051a44b0eb3f2dc62c Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Thu, 22 Jan 2015 08:49:25 +1300 Subject: [PATCH] ENHANCEMENT Update sake to reference new docs --- cli-script.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-script.php b/cli-script.php index 138352a9d..9f166ad35 100755 --- a/cli-script.php +++ b/cli-script.php @@ -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(); }