From 4886c1dcab587c16b95573b6cc8a495a85664ede Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 27 Mar 2014 13:56:59 +0100 Subject: [PATCH] Update links to W3C specs --- src/ol/deviceorientation.js | 4 ++-- src/ol/geolocation.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ol/deviceorientation.js b/src/ol/deviceorientation.js index b7d87fe9b9..58bc29ef58 100644 --- a/src/ol/deviceorientation.js +++ b/src/ol/deviceorientation.js @@ -23,7 +23,7 @@ ol.DeviceOrientationProperty = { /** * The ol.DeviceOrientation class provides access to DeviceOrientation * information and events, see the [HTML 5 DeviceOrientation Specification]( - * http://dev.w3.org/geo/api/spec-source-orientation) for more details. + * http://www.w3.org/TR/orientation-event/) for more details. * * Many new computers, and especially mobile phones * and tablets, provide hardware support for device orientation. Web @@ -64,7 +64,7 @@ ol.DeviceOrientationProperty = { * equivalent properties in ol.DeviceOrientation are in radians for consistency * with all other uses of angles throughout OpenLayers. * - * @see http://dev.w3.org/geo/api/spec-source-orientation + * @see http://www.w3.org/TR/orientation-event/ * * @constructor * @extends {ol.Object} diff --git a/src/ol/geolocation.js b/src/ol/geolocation.js index 7636afa812..f2a291dbab 100644 --- a/src/ol/geolocation.js +++ b/src/ol/geolocation.js @@ -35,7 +35,7 @@ ol.GeolocationProperty = { /** * Helper class for providing HTML5 Geolocation capabilities. - * The [Geolocation API](http://dev.w3.org/geo/api/spec-source.html) + * The [Geolocation API](http://www.w3.org/TR/geolocation-API/) * is used to locate a user's position. * * Example: @@ -71,7 +71,7 @@ ol.GeolocationProperty = { * @todo observable tracking {number} track the device's position. * @todo observable trackingOptions {GeolocationPositionOptions} PositionOptions * as defined by the HTML5 Geolocation spec at - * http://dev.w3.org/geo/api/spec-source.html + * http://www.w3.org/TR/geolocation-API/#position_options_interface */ ol.Geolocation = function(opt_options) {