Fix the link regarding how to configure features 48/130548/3 accepted/tizen/unified/20170531.082353 submit/tizen/20170523.015640
authorchanywa <cbible.kim@samsung.com>
Tue, 23 May 2017 01:39:46 +0000 (10:39 +0900)
committerchanywa <cbible.kim@samsung.com>
Tue, 23 May 2017 01:51:16 +0000 (10:51 +0900)
Change-Id: Id4a54326dcd42125a9ce54d7037133824b4113fb

include/maps_service.h
include/maps_view.h

index 9e204aa..9651bcc 100644 (file)
@@ -449,7 +449,7 @@ int maps_service_cancel_request(const maps_service_h maps, int request_id);
  *          To ensure your application is only running on the device with specific features,
  *          please define the features in your manifest file using the manifest editor in the SDK.\n
  *          More details on featuring your application can be found from
- *          <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
+ *          <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * @endif
  * @addtogroup CAPI_MAPS_GEOCODER_MODULE
  * @{
@@ -784,7 +784,7 @@ int maps_service_multi_reverse_geocode(const maps_service_h maps, maps_coordinat
  *          To ensure your application is only running on the device with specific features,
  *          please define the features in your manifest file using the manifest editor in the SDK.\n
  *          More details on featuring your application can be found from
- *          <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
+ *          <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * @endif
  * @addtogroup CAPI_MAPS_PLACE_MODULE
  * @{
@@ -1131,7 +1131,7 @@ int maps_service_get_place_details(const maps_service_h maps, const char *uri, m
  *          To ensure your application is only running on the device with specific features,
  *          please define the features in your manifest file using the manifest editor in the SDK.\n
  *          More details on featuring your application can be found from
- *          <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
+ *          <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * @endif
  * @addtogroup CAPI_MAPS_ROUTE_MODULE
  * @{
index 6330637..e5d5c91 100644 (file)
@@ -38,7 +38,7 @@
  *          To ensure your application is only running on the device with specific features,
  *          please define the features in your manifest file using the manifest editor in the SDK.\n
  *          More details on featuring your application can be found from
- *          <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
+ *          <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * @endif
  * @file maps_view.h
  * @brief This file contains the top level functions of View API.