diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-06-11 18:50:26 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-06-11 18:50:26 +0100 |
commit | c0f33f1ea6aa05543b81f4eb0b9cc3a11446f996 (patch) | |
tree | 47cbbe3a19bbf591c6f6405a9aafda7faba95a73 /doc/user-guide | |
parent | de923d59e15bb650c2cb98a6254c79aa7c6af96e (diff) |
Change the default base_url to something that works. Change the default for
identi.ca to HTTPS while I'm at it. Pretty important since I can't use OAuth
for it yet.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 7a36083f..74310d5e 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -770,7 +770,7 @@ </bitlbee-setting> <bitlbee-setting name="base_url" type="string" scope="account"> - <default>http://twitter.com</default> + <default>http://api.twitter.com/1</default> <description> <para> |