diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-15 12:18:00 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-15 12:18:00 +0900 |
commit | dd9455afdf3117bf7b95742feac64d7d48c213e2 (patch) | |
tree | 5133e0a80ddc6d26c524a1d59fbdeff42eba5748 /Mailman | |
parent | 7714812f387346277d6cf10e2ff50488347421a4 (diff) | |
download | mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.tar.gz mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.tar.xz mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.zip |
fix python doc urls
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Cgi/admin.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Privacy.py | 2 | ||||
-rw-r--r-- | Mailman/Gui/Topics.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index a92ab378..d2577b53 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -917,7 +917,7 @@ def membership_options(mlist, subcat, cgidata, doc, form): container.AddItem(header) # Add a "search for member" button table = Table(width='100%') - link = Link('http://docs.python.org/library/re.html' + link = Link('https://docs.python.org/2/library/re.html' '#regular-expression-syntax', _('(help)')).Format() table.AddRow([Label(_('Find member %(link)s:')), diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 25e49d2f..4df63da1 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -203,7 +203,7 @@ class Privacy(GUIBase): <p>In the text boxes below, add one address per line; start the line with a ^ character to designate a <a href= - "http://docs.python.org/library/re.html" + "https://docs.python.org/2/library/re.html" >Python regular expression</a>. When entering backslashes, do so as if you were using Python raw strings (i.e. you generally just use a single backslash). diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index b1db0c51..d81dd7b0 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -50,7 +50,7 @@ class Topics(GUIBase): _("""The topic filter categorizes each incoming email message according to <a - href="http://docs.python.org/library/re.html">regular + href="https://docs.python.org/2/library/re.html">regular expression filters</a> you specify below. If the message's <code>Subject:</code> or <code>Keywords:</code> header contains a match against a topic filter, the message is logically placed |