From 26c856d757fa2bfce674746d252021dc651622ff Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 28 Jan 2011 17:00:30 -0500 Subject: [PATCH] enh: annonymous links to mirrors --- neurodebian/templates/sources_lists.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.39.5