diff options
-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' |