Fix javadoc URL for geolocation.

Change-Id: I58ace2957b4c04764aa2602f339da68bd1debca7
diff --git a/user/src/com/google/gwt/geolocation/client/Geolocation.java b/user/src/com/google/gwt/geolocation/client/Geolocation.java
index f3a03d1..3bd2494 100644
--- a/user/src/com/google/gwt/geolocation/client/Geolocation.java
+++ b/user/src/com/google/gwt/geolocation/client/Geolocation.java
@@ -55,7 +55,7 @@
  * </p>
  * 
  * @see <a href="http://www.w3.org/TR/geolocation-API/">W3C Geolocation API</a>
- * @see <a href="http://diveintohtml5.org/geolocation.html">Dive Into HTML5 -
+ * @see <a href="http://diveintohtml5.info/geolocation.html">Dive Into HTML5 -
  *      Geolocation</a>
  */
 @PartialSupport