This patch updates the URL for Tizen API and its related link.
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
## Installing Visual Studio Tools for Tizen
In order to use this functionality, you need to install Visual Studio Tools for Tizen and Tizen SDK. You can find the detailed guide for this at the below link.
-* https://developer.tizen.org/development/visual-studio-tools-tizen/installing-visual-studio-tools-tizen
+* https://docs.tizen.org/application/vstools/install
## Machine Learning
* For example, your application accesses to the camera device,
* then you have to add 'http://tizen.org/privilege/camera' into the manifest of your application.\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">
+ * <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element">
* <b>Feature Element</b>.
* </a>
*/
* For example, your application accesses to the camera device,
* then you have to add 'http://tizen.org/privilege/camera' into the manifest of your application.\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">
+ * <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element">
* <b>Feature Element</b>.
* </a>
*/
* </refsect2>
*
* Available types can be retrieved with Tizen System/Sensor APIs:
- * https://developer.tizen.org/development/api-references/native-application?redirect=https://developer.tizen.org/dev-guide/5.5.0/org.tizen.native.mobile.apireference/group__CAPI__SYSTEM__SENSOR__MODULE.html#ga92804cd50337aef93d0e3a3807a9cf33 (Tizen 5.5 Mobile API)
+ * https://docs.tizen.org/application/native/api/wearable/latest/group__CAPI__SYSTEM__SENSOR__MODULE.html#ga92804cd50337aef93d0e3a3807a9cf33 (Tizen 5.5 Mobile API)
*
* In case there are multiple sensors for a given sensor type,
* you may designate the sequence to choose non-0 sensor instance.
*
* @todo More manual entries coming.
* @todo Allow to use sensor URIs to designate a sensor
- * https://developer.tizen.org/dev-guide/5.5.0/org.tizen.native.mobile.apireference/group__CAPI__SYSTEM__SENSOR__LISTENER__MODULE.html#CAPI_SYSTEM_SENSOR_LISTENER_MODULE_URI
+ * https://docs.tizen.org/application/native/api/mobile/latest/group__CAPI__SYSTEM__SENSOR__LISTENER__MODULE.html#CAPI_SYSTEM_SENSOR_LISTENER_MODULE_URI
* @todo Some sensor tpes are privileged. We need privilege control.
* Some sensor types are privileged. An application should have the privilege http://tizen.org/privilege/healthinfo to get handles for the following sensors: SENSOR_HRM, SENSOR_HRM_LED_GREEN, SENSOR_HRM_LED_IR, SENSOR_HRM_LED_RED, SENSOR_HUMAN_PEDOMETER, SENSOR_HUMAN_SLEEP_MONITOR, SENSOR_HUMAN_SLEEP_DETECTOR, and SENSOR_HUMAN_STRESS_MONITOR.
*/