From c05285c9f9cc435fb476e952b109640157e7e7ee Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <michael.kohlhase@fau.de>
Date: Sun, 16 Dec 2018 09:30:21 +0100
Subject: [PATCH] fixing links

---
 people/meta/current.html | 2 +-
 people/meta/former.html  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/people/meta/current.html b/people/meta/current.html
index abdad5d..60d4e46 100644
--- a/people/meta/current.html
+++ b/people/meta/current.html
@@ -7,7 +7,7 @@ permalink: /people/
 {% assign people = site.pages | where: "layout", "person" | where_exp: "person",
 "person.end_date == null" | sort: "start_date" %}
 
-<p>This page lists the current members of the KWARC group (<a href="former.html">former
+<p>This page lists the current members of the KWARC group (<a href="people/formee/">former
 members</a>).</p>
 
 {% include people_list.html people=people %}
diff --git a/people/meta/former.html b/people/meta/former.html
index 9098385..ab43c00 100644
--- a/people/meta/former.html
+++ b/people/meta/former.html
@@ -7,7 +7,7 @@ permalink: /people/former/
 {% assign people = site.pages | where: "layout", "person" | where_exp: "person",
 "person.end_date != null" | sort: "start_date" %}
 
-<p>This page lists the former members of the KWARC group (<a href="current.html">current
+<p>This page lists the former members of the KWARC group (<a href="people/">current
 members</a>). We are very proud of our alumni; if you are one, please keep in touch. </p>
 
 
-- 
GitLab