summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/error.html4
-rw-r--r--src/main/webapp/notfound.html4
-rw-r--r--src/main/webapp/scripts/growth.js2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/main/webapp/error.html b/src/main/webapp/error.html
index b01128b..0eef79a 100644
--- a/src/main/webapp/error.html
+++ b/src/main/webapp/error.html
@@ -14,7 +14,7 @@
<header>
<h1>
<a href="/index.html"><img src="/images/logo.png"> Grow Process</a>
- <a id="foursquarefloat" href="http://myfoursquarechurch.com"><img src="/images/foursquaresm.png" alt="Foursqaure Church" /></a>
+ <a id="foursquarefloat" href="http://motionchrch.com"><img src="/images/foursquaresm.png" alt="Foursqaure Church" /></a>
</h1>
<nav class="primary">
@@ -53,7 +53,7 @@
</div>
<div class="right">
- &copy;2013 <a href="http://myfoursquarechurch.com">Foursquare Church</a>
+ &copy;2013 <a href="http://motionchrch.com">Foursquare Church</a>
</div>
</footer>
diff --git a/src/main/webapp/notfound.html b/src/main/webapp/notfound.html
index 29e6493..6a4ab84 100644
--- a/src/main/webapp/notfound.html
+++ b/src/main/webapp/notfound.html
@@ -14,7 +14,7 @@
<header>
<h1>
<a href="/index.html"><img src="/images/logo.png"> Grow Process</a>
- <a id="foursquarefloat" href="http://myfoursquarechurch.com"><img src="/images/foursquaresm.png" alt="Foursqaure Church" /></a>
+ <a id="foursquarefloat" href="http://motionchrch.com"><img src="/images/foursquaresm.png" alt="Foursqaure Church" /></a>
</h1>
<nav class="primary">
@@ -53,7 +53,7 @@
</div>
<div class="right">
- &copy;2013 <a href="http://myfoursquarechurch.com">Foursquare Church</a>
+ &copy;2013 <a href="http://motionchrch.com">Foursquare Church</a>
</div>
</footer>
diff --git a/src/main/webapp/scripts/growth.js b/src/main/webapp/scripts/growth.js
index 9ae6786..b8cea5a 100644
--- a/src/main/webapp/scripts/growth.js
+++ b/src/main/webapp/scripts/growth.js
@@ -293,7 +293,7 @@ function submitClassForm()
$.ajax({
type: "POST",
- url: "http://www.myfoursquarechurch.com/grow-classes/#response",
+ url: "http://www.motionchrch.com/grow-classes/#response",
data: $("#classform").serialize(),
}).always(function() {
location.href="/account/training/introduction";