Native API Reference issues: developer.tizen.org => doc.tizen.org 36/219136/1
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Mon, 2 Dec 2019 09:56:47 +0000 (15:26 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Mon, 2 Dec 2019 09:56:47 +0000 (15:26 +0530)
Change-Id: I5fbbc70832ebe12e17fd8444812e89ac2d050f42
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
doc/maps_service_doc.h
include/maps_service.h
include/maps_view.h

index 36b4225..b19d47c 100644 (file)
  * It is recommended to design feature related codes in your application for reliability.\n
  * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
  * 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/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
  */
 
 #endif /*__MAPS_SERVICE_DOC_H__ */
index 9651bcc..ba605cd 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/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *          <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><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/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *          <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><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/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *          <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
  * @endif
  * @addtogroup CAPI_MAPS_ROUTE_MODULE
  * @{
index e5d5c91..888a1c3 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/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *          <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
  * @endif
  * @file maps_view.h
  * @brief This file contains the top level functions of View API.