commit 53c2600a8a8aa3884a13b8c1e274d6203f6bde56 parent bf4546760000fe962c043e5623bc66a10a8a28a7 Author: Stefan Kügel <skuegel@web.de> Date: Thu, 5 Oct 2023 08:13:39 +0200 Rectify link to the Taler developers manual, get rid of link to PDF Signed-off-by: Stefan Kügel <skuegel@web.de> Diffstat:
| M | template/development.html.j2 | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/template/development.html.j2 b/template/development.html.j2 @@ -156,16 +156,14 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://{{ siteconf['docshost'] }}/developers-manual.html" target="_blank" rel="noopener noreferrer"> + <a href="https://docs.taler.net/taler-developer-manual.html" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-onboarding-2896490.svg') }}" height=60> <h3>{{ _("Onboarding")}}</h3> </a> {% trans %} Description of our taler.net setup and how to contribute. {% endtrans %} - {{ gettext('Also available as <a href="%(link)s" target="_blank" rel="noopener noreferrer">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/developers-manual.pdf") }} </div> - </div> </div> {% endblock body_content %}