commit 0534ebfc84100393d882736a8dff45914d79d704 parent eba905a01c69768f3e5a2b4fbdfaa9aedb80f00d Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 May 2020 09:30:47 +0200 integrate translations from Weblate Diffstat:
| M | template/docs.html.j2 | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -157,7 +157,7 @@ </div> <div class="col-3"> - <a href="https://{{ siteconfitem['docshost'] }}/onboarding.html"> + <a href="https://{{ siteconfitem['docshost'] }}/developers-manual.html"> <img src="{{ url('icons/icon-developers.svg') }}" height=60> <h3>{{ _("Onboarding")}}</h3> </a> @@ -165,7 +165,7 @@ Description of our taler.net setup and how to contribute. Also available as {% endtrans %} - <a href="https://{{ siteconfitem['docshost'] }}/pdf/onboarding.pdf">PDF</a>. + <a href="https://{{ siteconfitem['docshost'] }}/pdf/developers-manual.pdf">PDF</a>. </div> </div>