From e5998110b344e3a961f604afef90693d1fcb1003 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 7 Dec 2007 22:49:52 +0000 Subject: [PATCH] Fix broken link. (thx hue) git-svn-id: http://svn.openlayers.org/trunk/openlayers@5360 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index dda8beadc0..638c7f7e6d 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -31,7 +31,7 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, { /** * Property: reproject - * *Deprecated*. See http://trac.openlayers.org/wiki/SpatialMercator + * *Deprecated*. See http://trac.openlayers.org/wiki/SphericalMercator * for information on the replacement for this functionality. * {Boolean} Try to reproject this layer if its coordinate reference system * is different than that of the base layer. Default is true.