From 00c5a6465687aff0c46b81571124d04e9cd5eb48 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Mon, 11 Aug 2014 10:16:08 -0700 Subject: [PATCH] Issue #2263059 by Bryn Vertesi, Xano: Use example.com not yoursite.com in example.settings.local.php docs --- sites/example.settings.local.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sites/example.settings.local.php b/sites/example.settings.local.php index 19f398ce4c4e..ef28c404c684 100644 --- a/sites/example.settings.local.php +++ b/sites/example.settings.local.php @@ -5,8 +5,9 @@ * Local development override configuration feature. * * To activate this feature, copy and rename it such that its path plus - * filename is 'sites/yoursite.com/settings.local.php'. Then, go to the bottom - * of 'sites/yoursite.com/settings.php' and uncomment the commented lines that + * filename is 'sites/example.com/settings.local.php', where example.com + * is the name of your site. Then, go to the bottom of + * 'sites/example.com/settings.php' and uncomment the commented lines that * mention 'settings.local.php'. */ -- GitLab