summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-10-05 08:13:39 +0200
committerStefan Kügel <skuegel@web.de>2023-10-05 08:13:39 +0200
commit53c2600a8a8aa3884a13b8c1e274d6203f6bde56 (patch)
tree073bb6f32b2fd1718fcb2a15ed0f2b4a43ed57f7 /template
parentbf4546760000fe962c043e5623bc66a10a8a28a7 (diff)
downloadwww-53c2600a8a8aa3884a13b8c1e274d6203f6bde56.tar.gz
www-53c2600a8a8aa3884a13b8c1e274d6203f6bde56.tar.bz2
www-53c2600a8a8aa3884a13b8c1e274d6203f6bde56.zip
Rectify link to the Taler developers manual, get rid of link to PDF
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template')
-rw-r--r--template/development.html.j24
1 files changed, 1 insertions, 3 deletions
diff --git a/template/development.html.j2 b/template/development.html.j2
index 26f27d47..e144f758 100644
--- 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 %}