From 5f9197d3769a83de67220ac9fa83d5ac60edd88d Mon Sep 17 00:00:00 2001
From: nervuri <seva@nervuri.net>
Date: Tue, 22 Nov 2022 14:56:32 +0000
Subject: [PATCH Taler website 1/4] fix 2 links in documentation

---
 template/docs.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/docs.html.j2 b/template/docs.html.j2
index b1b94de..2e359af 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -286,7 +286,7 @@
     </div>
 
     <div class="col-lg-4">
-      <a href="{{ siteconf['docshost'] }}/manpages/taler.conf.5.html#exchange-kyc-provider-options">
+      <a href="https://{{ siteconf['docshost'] }}/manpages/taler.conf.5.html#exchange-kyc-provider-options">
         <img src="{{ url('icons/noun-kyc-2913646.svg') }}" height=60>
         <h3>{{ _("Know-your-customer")}}</h3>
       </a>
@@ -383,7 +383,7 @@
     </div>
 
     <div class="col-lg-4">
-      <a href="https://git.taler.net/twister/">
+      <a href="https://git.taler.net/twister.git/">
         <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
         <h3>{{ _("Twister") }}</h3>
       </a>
-- 
2.35.1

