From 957f134d71b79cf658dd58f140e2e11e05863f22 Mon Sep 17 00:00:00 2001 From: l26yan <l26yan@uwaterloo.ca> Date: Wed, 27 Oct 2021 14:58:23 -0400 Subject: [PATCH] ISTWCMS-5158 Update the link text and url in territorial-statement.twig --- .../territorial-statement/territorial-statement.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/04-components/territorial-statement/territorial-statement.twig b/source/_patterns/04-components/territorial-statement/territorial-statement.twig index 2a8de708..56a8e671 100644 --- a/source/_patterns/04-components/territorial-statement/territorial-statement.twig +++ b/source/_patterns/04-components/territorial-statement/territorial-statement.twig @@ -1,5 +1,5 @@ <div class="uw-bg--{{ modifier_classes }}"> <div class="uw-territorial"> - <p>The University of Waterloo acknowledges that much of our work takes place on the traditional territory of the Neutral, Anishinaabeg and Haudenosaunee peoples. Our main campus is situated on the Haldimand Tract, the land granted to the Six Nations that includes six miles on each side of the Grand River. Our active work toward reconciliation takes place across our campuses through research, learning, teaching, and community building, and is centralized within our <a href="https://uwaterloo.ca/human-rights-equity-inclusion/indigenous-initiatives" >Indigenous Initiatives Office</a>.</p> + <p>The University of Waterloo acknowledges that much of our work takes place on the traditional territory of the Neutral, Anishinaabeg and Haudenosaunee peoples. Our main campus is situated on the Haldimand Tract, the land granted to the Six Nations that includes six miles on each side of the Grand River. Our active work toward reconciliation takes place across our campuses through research, learning, teaching, and community building, and is centralized within our <a href="https://uwaterloo.ca/indigenous" >Office of Indigenous Relations</a>.</p> </div> </div> -- GitLab