diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-08 01:25:20 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-08 01:25:20 +0100 |
commit | 636a1a6bc13a03ba52d6c2f70b1801dc56aafafb (patch) | |
tree | 45ccbc44c376cb9af4d3f0d555d8405ecbf234aa | |
parent | 7e46ee273c8e549cb8ccf76a1ec8db41f8bff23d (diff) |
Correct over-zealous search-and-replace error.
-rw-r--r-- | config/general.yml-example | 4 |
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' |