[Docs] Update the link for Tizen
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 2 Dec 2019 02:19:38 +0000 (11:19 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 2 Dec 2019 04:29:18 +0000 (13:29 +0900)
This patch updates the URL for Tizen API and its related link.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Documentation/writing-tizen-csharp-apps.md
api/capi/doc/nnstreamer_doc.h
ext/nnstreamer/tensor_source/tensor_src_tizensensor.c

index b8a3e29..7ddccad 100644 (file)
@@ -6,7 +6,7 @@ Since Tizen 5.5, Machine Learning Inference functionality has been provided on M
 ## 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
index 1b7d742..81488be 100644 (file)
@@ -61,7 +61,7 @@
  * 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>
  */
index 9508b05..1c6d725 100644 (file)
@@ -36,7 +36,7 @@
  * </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.
@@ -48,7 +48,7 @@
  *
  * @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.
  */