summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/conf/external_keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/external_keys.py b/askbot/conf/external_keys.py
index c087322b..15ad2903 100644
--- a/askbot/conf/external_keys.py
+++ b/askbot/conf/external_keys.py
@@ -68,7 +68,7 @@ settings.register(
'Recaptcha is a tool that helps distinguish '
'real people from annoying spam robots. '
'Please get this and a public key at '
- 'the <a href="http://recaptcha.net">recaptcha.net</a>'
+ 'the <a href="http://google.com/recaptcha">http://google.com/recaptcha</a>'
)
)
)