diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2019-08-01 21:30:04 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2019-08-01 21:30:04 -0700 |
commit | 8e971f6b32e3d918c4a744655fc3b2a39e5b0ecf (patch) | |
tree | 09aa78ca2f4c2f371e56972dc1d712940dd99c46 /src/main/resources/templates/pages/deeper | |
parent | b5d2f67ed51c447d5d789f2d460e72d371708816 (diff) |
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> |