aboutsummaryrefslogtreecommitdiffstats
path: root/templates/zh_CN
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2018-07-15 12:18:00 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2018-07-15 12:18:00 +0900
commitdd9455afdf3117bf7b95742feac64d7d48c213e2 (patch)
tree5133e0a80ddc6d26c524a1d59fbdeff42eba5748 /templates/zh_CN
parent7714812f387346277d6cf10e2ff50488347421a4 (diff)
downloadmailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.tar.gz
mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.tar.xz
mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.zip
fix python doc urls
Diffstat (limited to 'templates/zh_CN')
-rw-r--r--templates/zh_CN/headfoot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zh_CN/headfoot.html b/templates/zh_CN/headfoot.html
index 88e89d16..6653ceeb 100644
--- a/templates/zh_CN/headfoot.html
+++ b/templates/zh_CN/headfoot.html
@@ -1,5 +1,5 @@
此文本可以包括
-<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python
+<a href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">Python
格式字符串</a>,它们将根据列表属性来被解释。可用的替换有:
<ul>
<li><b>real_name</b> - 列表的确切名字; 通常列表名字要大写。