mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
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:
parent
50719d0dfe
commit
95897ac7d4
@ -33,7 +33,7 @@ $isRunningTest = (
|
||||
if(!$isRunningTest) {
|
||||
Director::addRules(10, array(
|
||||
'$Action' => 'DocumentationViewer',
|
||||
'' => '->current/en/sapphire'
|
||||
'' => '->sapphire/en/'
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user