diff --git a/people/meta/current.html b/people/meta/current.html index abdad5d8352e01e41b4dcda85ea057e4bfb27a4a..60d4e469d90f56dcb1f94cba03e2db8a3fc16016 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 9098385c358f55ba3f145c6b4ab6848bb7cb7b8b..ab43c003e077bb10eb602cf17e5c7f372b20c996 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>