From 94ddd78df7bed300368ea6364e560aae2f591fdb Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 14 Feb 2011 12:07:02 +0000 Subject: [PATCH] Fix doc bug pointed out by vmx. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/HTTPRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index 45af7aad80..46fe94bf62 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -38,7 +38,7 @@ OpenLayers.Layer.HTTPRequest = OpenLayers.Class(OpenLayers.Layer, { /** * APIProperty: reproject - * *Deprecated*. See http://trac.openlayers.org/wiki/SpatialMercator + * *Deprecated*. See http://docs.openlayers.org/library/spherical_mercator.html * for information on the replacement for this functionality. * {Boolean} Whether layer should reproject itself based on base layer * locations. This allows reprojection onto commercial layers.