gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: fix links


From: gnunet
Subject: [taler-www] branch master updated: fix links
Date: Tue, 01 Dec 2020 19:56:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new bfdaaf9  fix links
bfdaaf9 is described below

commit bfdaaf9b13f3ff9144e852e494002799f872f48f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 1 19:55:48 2020 +0100

    fix links
---
 template/docs.html.j2 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/template/docs.html.j2 b/template/docs.html.j2
index da12743..d6fd4c4 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -40,7 +40,7 @@
       {% trans baseurl=siteconfitem['docshost'] %}
         Tutorial and manual for operating a merchant.
         Also available as
-        <a href="https://%(baseurl)s/pdf/taler-merchant-manual.pdf">PDF</a>.
+        <a href="https://{{ baseurl }}/pdf/taler-merchant-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -52,7 +52,7 @@
       {% trans baseurl=siteconfitem['docshost'] %}
         Tutorial for processing Taler payments using the merchant backend API.
         Also available as
-        <a 
href="https://%(baseurl)s/pdf/taler-merchant-api-tutorial.pdf">PDF</a>.
+        <a href="https://{{ baseurl 
}}/pdf/taler-merchant-api-tutorial.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -64,7 +64,7 @@
       {% trans baseurl=siteconfitem['docshost'] %}
         Operator&#39;s manual for the GNU Taler exchange.
         Also available as
-        <a href="https://%(baseurl)s/pdf/taler-exchange-manual.pdf">PDF</a>.
+        <a href="https://{{ baseurl }}/pdf/taler-exchange-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -76,7 +76,7 @@
       {% trans baseurl=siteconfitem['docshost'] %}
         Manual for tightly integrating Taler with banking applications.
         Also available as
-        <a href="https://%(baseurl)s/pdf/taler-bank-manual.pdf">PDF</a>.
+        <a href="https://{{ baseurl }}/pdf/taler-bank-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
   </div>
@@ -106,7 +106,7 @@
       {% trans baseurl=siteconfitem['docshost'] %}
         Manual to run the back-office Web application.
         Also available as
-        <a href="https://%(baseurl)s/pdf/taler-backoffice-manual.pdf">PDF</a>.
+        <a href="https://{{ baseurl 
}}/pdf/taler-backoffice-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -118,7 +118,7 @@
       {% trans baseurl=siteconfitem['docshost'] %}
         Manual for configuring and using the point of sale app.
         Also available as
-        <a 
href="https://%(baseurl)s/pdf/taler-merchant-pos-terminal.pdf">PDF</a>.
+        <a href="https://{{ baseurl 
}}/pdf/taler-merchant-pos-terminal.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -165,7 +165,7 @@
         Description of our taler.net setup and how to contribute.
         Also available as
       {% endtrans %}
-      <a href="https://%(baseurl)s/pdf/developers-manual.pdf">PDF</a>.
+      <a href="https://{{ baseurl }}/pdf/developers-manual.pdf">PDF</a>.
     </div>
   </div>
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]