summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
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 %}