From a0ca05d18e7de859409f4be6f2ab824a2ac87211 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Thu, 5 Sep 2013 09:01:49 -0400 Subject: [PATCH] Use markdown format for inline links --- src/ol/deviceorientation.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ol/deviceorientation.js b/src/ol/deviceorientation.js index 6b34fc2777..3b86d5bba4 100644 --- a/src/ol/deviceorientation.js +++ b/src/ol/deviceorientation.js @@ -21,8 +21,9 @@ ol.DeviceOrientationProperty = { /** - * The ol.DeviceOrientation class provides access to HTML 5 DeviceOrientation - * information and events. + * 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. * * Many new computers, and especially mobile phones * and tablets, provide hardware support for device orientation. Web