diff --git a/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md b/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md index 6abbe4c3e..873aeba3c 100644 --- a/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md +++ b/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md @@ -73,8 +73,8 @@ Silverstripe\SiteConfig\SiteConfig: ```
-After adding the class and the YAML change, make sure to rebuild your database by visiting http://yoursite.com/dev/build. -You may also need to reload the screen with a `?flush=1` i.e http://yoursite.com/admin/settings?flush=1. +After adding the class and the YAML change, make sure to rebuild your database by visiting http://example.com/dev/build. +You may also need to reload the screen with a `?flush=1` i.e http://example.com/admin/settings?flush=1.
You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and want to