mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 12:12:54 +01:00
Update links to the documentation.
This commit is contained in:
parent
8f001f8045
commit
3576503e3f
@ -20,7 +20,7 @@ and Pypy 3.
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
If this is your first install, there is an [install guide](http://doc.supybot.aperio.fr/en/latest/use/install.html).
|
If this is your first install, there is an [install guide](https://docs.limnoria.net/en/latest/use/install.html).
|
||||||
You will probably be pointed to it if you ask on IRC how to install
|
You will probably be pointed to it if you ask on IRC how to install
|
||||||
Limnoria.
|
Limnoria.
|
||||||
TL;DR version:
|
TL;DR version:
|
||||||
@ -32,11 +32,11 @@ pip3 install --user limnoria
|
|||||||
supybot-wizard
|
supybot-wizard
|
||||||
```
|
```
|
||||||
|
|
||||||
There is extensive documentation at [doc.supybot.aperio.fr] and at
|
There is extensive documentation at [docs.limnoria.net] and at
|
||||||
[Gribble wiki]. We took the time to write it; you should take the time to
|
[Gribble wiki]. We took the time to write it; you should take the time to
|
||||||
read it.
|
read it.
|
||||||
|
|
||||||
[doc.supybot.aperio.fr]:http://doc.supybot.aperio.fr/
|
[docs.limnoria.net]:https://docs.limnoria.net/
|
||||||
[Gribble wiki]:https://sourceforge.net/p/gribble/wiki/Main_Page/
|
[Gribble wiki]:https://sourceforge.net/p/gribble/wiki/Main_Page/
|
||||||
|
|
||||||
## IRC channels
|
## IRC channels
|
||||||
|
@ -298,7 +298,7 @@ class SocketDriver(drivers.IrcDriver, drivers.ServersMixin):
|
|||||||
'does not use SSL/TLS, which makes it vulnerable to '
|
'does not use SSL/TLS, which makes it vulnerable to '
|
||||||
'man-in-the-middle attacks and passive eavesdropping. '
|
'man-in-the-middle attacks and passive eavesdropping. '
|
||||||
'You should consider upgrading your connection to SSL/TLS '
|
'You should consider upgrading your connection to SSL/TLS '
|
||||||
'<http://doc.supybot.aperio.fr/en/latest/use/faq.html#how-to-make-a-connection-secure>')
|
'<http://docs.limnoria.net/en/latest/use/faq.html#how-to-make-a-connection-secure>')
|
||||||
% self.irc.network)
|
% self.irc.network)
|
||||||
|
|
||||||
def setTimeout():
|
def setTimeout():
|
||||||
|
@ -198,6 +198,6 @@ else:
|
|||||||
logger.critical('This Python version does not support SSL/TLS '
|
logger.critical('This Python version does not support SSL/TLS '
|
||||||
'certification authority verification, which makes your '
|
'certification authority verification, which makes your '
|
||||||
'connection vulnerable to man-in-the-middle attacks. See: '
|
'connection vulnerable to man-in-the-middle attacks. See: '
|
||||||
'<http://doc.supybot.aperio.fr/en/latest/use/security.html#ssl-python-versions>')
|
'<http://docs.limnoria.net/en/latest/use/security.html#ssl-python-versions>')
|
||||||
return conn
|
return conn
|
||||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
Reference in New Issue
Block a user