From c9583ef7f4fda73dba76d3149e988ea2657494d7 Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Mon, 23 Apr 2018 12:11:11 +0200
Subject: [PATCH] officehours: use cached URL

---
 layouts/shortcodes/officehours.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/shortcodes/officehours.html b/layouts/shortcodes/officehours.html
index 17413d3..708cac8 100644
--- a/layouts/shortcodes/officehours.html
+++ b/layouts/shortcodes/officehours.html
@@ -7,7 +7,7 @@
         </tr>
     </thead>
     <tbody>
-    {{ $appointments := getJSON "https://sprechstunden.stusta.de/manyappointments.json" }}
+    {{ $appointments := getJSON "https://stustanet.de/api/officehours.json" }}
     {{ range first 5 $appointments }}
         <tr>
             <td>{{ if (eq $.Site.Language.Lang "de") }}
-- 
GitLab