[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-www] branch master updated: Rectify link to the Taler developers
From: |
gnunet |
Subject: |
[taler-www] branch master updated: Rectify link to the Taler developers manual, get rid of link to PDF |
Date: |
Thu, 05 Oct 2023 08:14:40 +0200 |
This is an automated email from the git hooks/post-receive script.
skuegel pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new 53c2600 Rectify link to the Taler developers manual, get rid of link
to PDF
53c2600 is described below
commit 53c2600a8a8aa3884a13b8c1e274d6203f6bde56
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Oct 5 08:13:39 2023 +0200
Rectify link to the Taler developers manual, get rid of link to PDF
Signed-off-by: Stefan Kügel <skuegel@web.de>
---
template/development.html.j2 | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/template/development.html.j2 b/template/development.html.j2
index 26f27d4..e144f75 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 %}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-www] branch master updated: Rectify link to the Taler developers manual, get rid of link to PDF,
gnunet <=