From: Yaroslav Halchenko Date: Fri, 28 Jan 2011 22:00:30 +0000 (-0500) Subject: enh: annonymous links to mirrors X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26c856d757fa2bfce674746d252021dc651622ff;p=neurodebian.git enh: annonymous links to mirrors --- diff --git a/neurodebian/templates/sources_lists.rst b/neurodebian/templates/sources_lists.rst index a69c252..58dd044 100644 --- a/neurodebian/templates/sources_lists.rst +++ b/neurodebian/templates/sources_lists.rst @@ -1,4 +1,4 @@ {% for dist, mirrors in repos|dictsort %} -* {{ dist }}: {% for mirror, list in mirrors|sort %}[`{{ mirror }} <_static/{{ list }}>`_] {% endfor %} +* {{ dist }}: {% for mirror, list in mirrors|sort %}[`{{ mirror }} <_static/{{ list }}>`__] {% endfor %} {% endfor %}