diff options
Diffstat (limited to 'src/main/resources/templates/pages/deeper')
5 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/templates/pages/deeper/believer.html.ftl b/src/main/resources/templates/pages/deeper/believer.html.ftl index 2bf9150..f0d19d2 100644 --- a/src/main/resources/templates/pages/deeper/believer.html.ftl +++ b/src/main/resources/templates/pages/deeper/believer.html.ftl @@ -44,7 +44,7 @@ </ul> <h3>Other</h3> <ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + <li><a href="https://motionchrch.com/groups">Join a Community Group</a></li> </ul> </article> </div> diff --git a/src/main/resources/templates/pages/deeper/disciple.html.ftl b/src/main/resources/templates/pages/deeper/disciple.html.ftl index dd7fc13..2ec2bed 100644 --- a/src/main/resources/templates/pages/deeper/disciple.html.ftl +++ b/src/main/resources/templates/pages/deeper/disciple.html.ftl @@ -42,7 +42,7 @@ </ul> <h3>Other</h3> <ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + <li><a href="https://motionchrch.com/groups">Join a Community Group</a></li> </ul> </article> </div> diff --git a/src/main/resources/templates/pages/deeper/leader.html.ftl b/src/main/resources/templates/pages/deeper/leader.html.ftl index 371c367..c800c13 100644 --- a/src/main/resources/templates/pages/deeper/leader.html.ftl +++ b/src/main/resources/templates/pages/deeper/leader.html.ftl @@ -16,7 +16,7 @@ <#include "/templates/deeperheader.ftl"> <ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + <li><a href="https://motionchrch.com/groups">Join a Community Group</a></li> </ul> </article> </div> diff --git a/src/main/resources/templates/pages/deeper/seeker.html.ftl b/src/main/resources/templates/pages/deeper/seeker.html.ftl index ed0b21a..b085048 100644 --- a/src/main/resources/templates/pages/deeper/seeker.html.ftl +++ b/src/main/resources/templates/pages/deeper/seeker.html.ftl @@ -22,7 +22,7 @@ </ul> <h3>Other</h3> <ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + <li><a href="https://motionchrch.com/groups">Join a Community Group</a></li> </ul> </article> </div> diff --git a/src/main/resources/templates/pages/deeper/teacher.html.ftl b/src/main/resources/templates/pages/deeper/teacher.html.ftl index f0046f2..ea0e608 100644 --- a/src/main/resources/templates/pages/deeper/teacher.html.ftl +++ b/src/main/resources/templates/pages/deeper/teacher.html.ftl @@ -35,7 +35,7 @@ </ul> <h3>Other</h3> <ul> - <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li> + <li><a href="https://motionchrch.com/groups">Join a Community Group</a></li> </ul> </article> </div> |