diff --git a/_config/i18n.yml b/_config/i18n.yml index 32e72f433..a219828b8 100644 --- a/_config/i18n.yml +++ b/_config/i18n.yml @@ -1,6 +1,6 @@ --- Name: basei18n -Before: '/i18n' +Before: '#defaulti18n' --- SilverStripe\i18n\Data\Sources: module_priority: diff --git a/docs/en/02_Developer_Guides/02_Controllers/01_Introduction.md b/docs/en/02_Developer_Guides/02_Controllers/01_Introduction.md index 398fc525d..44c6810b4 100644 --- a/docs/en/02_Developer_Guides/02_Controllers/01_Introduction.md +++ b/docs/en/02_Developer_Guides/02_Controllers/01_Introduction.md @@ -51,7 +51,7 @@ Make sure that after you have modified the `routes.yml` file, that you clear you ```yml --- Name: mysiteroutes -After: framework/routes#coreroutes +After: framework/_config/routes#coreroutes --- SilverStripe\Control\Director: rules: diff --git a/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md b/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md index 4cf305a59..710906fc3 100644 --- a/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md +++ b/docs/en/02_Developer_Guides/02_Controllers/02_Routing.md @@ -20,7 +20,7 @@ These routes by standard, go into a `routes.yml` file in your applications `_con ```yml --- Name: mysiteroutes -After: framework/routes#coreroutes +After: framework/_config/routes#coreroutes --- SilverStripe\Control\Director: rules: diff --git a/docs/en/02_Developer_Guides/13_i18n/index.md b/docs/en/02_Developer_Guides/13_i18n/index.md index 9cd295db6..409eace1d 100644 --- a/docs/en/02_Developer_Guides/13_i18n/index.md +++ b/docs/en/02_Developer_Guides/13_i18n/index.md @@ -337,7 +337,7 @@ To create a custom module order, you need to specify a config fragment that inse ```yml --- Name: customi18n -Before: 'defaulti18n' +Before: '#defaulti18n' --- SilverStripe\i18n\i18n: module_priority: