aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gwtquery-core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4a6dae78..1b7ab8c3 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,5 @@ GwtQuery is easy to learn for those using jQuery as they share the same api, adi
Currently, almost the jQuery API is written and all CSS3 selectors should be supported.
-For more information/documentation : http://www.gwtquery.com
+For more information/documentation : http://www.gquery.org
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 9f4c212b..751755ce 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -10,7 +10,7 @@
<packaging>jar</packaging>
<version>1.4.0-SNAPSHOT</version>
<name>Gwt Query Core API</name>
- <url>http://gwtquery.com</url>
+ <url>http://gquery.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>