From 3060746596ebb3e845016c2fdf5b435439b0cf90 Mon Sep 17 00:00:00 2001 From: Omar Shehata Date: Wed, 22 Apr 2020 10:14:19 -0400 Subject: [PATCH] Update geocoder doc --- Source/Widgets/Geocoder/Geocoder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Widgets/Geocoder/Geocoder.js b/Source/Widgets/Geocoder/Geocoder.js index b15a451e169c..390a3b879ea1 100644 --- a/Source/Widgets/Geocoder/Geocoder.js +++ b/Source/Widgets/Geocoder/Geocoder.js @@ -13,7 +13,7 @@ var stopSearchPath = /** * A widget for finding addresses and landmarks, and flying the camera to them. Geocoding is - * performed using the {@link http://msdn.microsoft.com/en-us/library/ff701715.aspx|Bing Maps Locations API}. + * performed using {@link https://cesium.com/cesium-ion/|Cesium ion}. * * @alias Geocoder * @constructor