mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 14:59:49 +00:00
update links http -> https & fix linkrots
This commit is contained in:
committed by
Val Lorentz
parent
cca2fd6eb3
commit
ff7432f929
@ -122,7 +122,7 @@ homogeneous with Supybot naming style: `doPrivmsg`, `doPing`, and so on).
|
||||
You will get the handler and the URI as arguments. The handler is a
|
||||
`BaseHTTPRequestHandler`_, and the URI is a string.
|
||||
|
||||
.. _BaseHTTPRequestHandler: http://docs.python.org/library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler
|
||||
.. _BaseHTTPRequestHandler: https://docs.python.org/library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler
|
||||
|
||||
Here is the code of the callback... pretty much simple, as ever::
|
||||
|
||||
|
@ -157,5 +157,5 @@ This example comes from the Gribble Wiki:
|
||||
https://sourceforge.net/p/gribble/wiki/Supybot.schedule/history
|
||||
|
||||
Copyright 2010, 2015, nanotube and quantumlemur
|
||||
licensed under the `Creative Commons Attribution ShareAlike 3.0 Unported license <http://creativecommons.org/licenses/by-sa/3.0/>`_
|
||||
and/or the `GNU Free Documentation License v 1.3 or later <http://www.gnu.org/licenses/fdl.html>`_
|
||||
licensed under the `Creative Commons Attribution ShareAlike 3.0 Unported license <https://creativecommons.org/licenses/by-sa/3.0/>`_
|
||||
and/or the `GNU Free Documentation License v 1.3 or later <https://www.gnu.org/licenses/fdl.html>`_
|
||||
|
@ -43,10 +43,10 @@ operator. The format function uses the following string formatting characters.
|
||||
Here are a few examples to help elaborate on the above descriptions::
|
||||
|
||||
>>> format("Error %q has been reported %n. For more information, see %u.",
|
||||
"AttributeError", (5, "time"), "http://supybot.com")
|
||||
"AttributeError", (5, "time"), "https://limnoria.net")
|
||||
|
||||
'Error "AttributeError" has been reported 5 times. For more information,
|
||||
see <http://supybot.com>.'
|
||||
see <https://limnoria.net>.'
|
||||
|
||||
>>> i = 4
|
||||
>>> format("There %b %n at this time. You are only allowed %n at any given
|
||||
|
Reference in New Issue
Block a user