MINOR Adapted root URL rewrite to changed URL segment structure, sapphire/en insetad of current/en/sapphire

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115548 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2011-01-14 01:10:30 +00:00
parent 50719d0dfe
commit 95897ac7d4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $isRunningTest = (
if(!$isRunningTest) {
Director::addRules(10, array(
'$Action' => 'DocumentationViewer',
'' => '->current/en/sapphire'
'' => '->sapphire/en/'
));
}