aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-07-08 01:25:20 +0100
committerRobin Houston <robin@lenny.robin>2011-07-08 01:25:20 +0100
commit636a1a6bc13a03ba52d6c2f70b1801dc56aafafb (patch)
tree45ccbc44c376cb9af4d3f0d555d8405ecbf234aa
parent7e46ee273c8e549cb8ccf76a1ec8db41f8bff23d (diff)
Correct over-zealous search-and-replace error.
-rw-r--r--config/general.yml-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index 07c00d0b6..7d964360d 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -47,7 +47,7 @@ COOKIE_STORE_SESSION_SECRET: 'your secret key here, make it long and random'
# checks in a few obvious places.
READ_ONLY: ''
-# Recaptcha, for detecting humans. Get keys here: http:#recaptcha.net/whyrecaptcha.html
+# Recaptcha, for detecting humans. Get keys here: http://recaptcha.net/whyrecaptcha.html
RECAPTCHA_PUBLIC_KEY: 'x'
RECAPTCHA_PRIVATE_KEY: 'x'
@@ -61,4 +61,4 @@ FRONTPAGE_SEARCH_EXAMPLES: 'Geraldine Quango; Department for Humpadinking'
FRONTPAGE_PUBLICBODY_EXAMPLES: 'tgq'
# URL of theme to install
-THEME_URL: 'git:#github.com/mysociety/whatdotheyknow-theme.git'
+THEME_URL: 'git://github.com/mysociety/whatdotheyknow-theme.git'