summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2019-11-29 13:07:31 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2019-11-29 13:08:30 +0900
commite6cd1986c227c5eef3df5348be221d1c01d235d1 (patch)
treec75ea9867cb07ef76a86bfa3aa8778ad5acbfb32
parent22f8c703ea4dada2bef272595c74d354fb886055 (diff)
downloadiotcon-e6cd1986c227c5eef3df5348be221d1c01d235d1.tar.gz
iotcon-e6cd1986c227c5eef3df5348be221d1c01d235d1.tar.bz2
iotcon-e6cd1986c227c5eef3df5348be221d1c01d235d1.zip
Change the developer site URL in the API reference
Change-Id: I681eeb59e6e2faab366fc548b196b65e6e58ea12 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--include/iotcon-attributes.h2
-rw-r--r--include/iotcon-client.h2
-rw-r--r--include/iotcon-list.h2
-rw-r--r--include/iotcon-lite-resource.h2
-rw-r--r--include/iotcon-observers.h2
-rw-r--r--include/iotcon-options.h2
-rw-r--r--include/iotcon-query.h2
-rw-r--r--include/iotcon-remote-resource.h2
-rw-r--r--include/iotcon-representation.h2
-rw-r--r--include/iotcon-request.h2
-rw-r--r--include/iotcon-resource-interfaces.h2
-rw-r--r--include/iotcon-resource-types.h2
-rw-r--r--include/iotcon-resource.h2
-rw-r--r--include/iotcon-response.h2
-rw-r--r--include/iotcon.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/include/iotcon-attributes.h b/include/iotcon-attributes.h
index 59ff69f..675e126 100644
--- a/include/iotcon-attributes.h
+++ b/include/iotcon-attributes.h
@@ -128,7 +128,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-client.h b/include/iotcon-client.h
index a4efbeb..40bdad4 100644
--- a/include/iotcon-client.h
+++ b/include/iotcon-client.h
@@ -42,7 +42,7 @@
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-list.h b/include/iotcon-list.h
index a939a99..72efc61 100644
--- a/include/iotcon-list.h
+++ b/include/iotcon-list.h
@@ -159,7 +159,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-lite-resource.h b/include/iotcon-lite-resource.h
index 6cc8946..404f383 100644
--- a/include/iotcon-lite-resource.h
+++ b/include/iotcon-lite-resource.h
@@ -138,7 +138,7 @@ static void _update_brightness(int brightness)
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-observers.h b/include/iotcon-observers.h
index a817f33..7e57acb 100644
--- a/include/iotcon-observers.h
+++ b/include/iotcon-observers.h
@@ -119,7 +119,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-options.h b/include/iotcon-options.h
index 6d2671f..ce9d7fd 100644
--- a/include/iotcon-options.h
+++ b/include/iotcon-options.h
@@ -108,7 +108,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-query.h b/include/iotcon-query.h
index ee0a7b7..a4d5f92 100644
--- a/include/iotcon-query.h
+++ b/include/iotcon-query.h
@@ -98,7 +98,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-remote-resource.h b/include/iotcon-remote-resource.h
index 21bdab0..88e56bc 100644
--- a/include/iotcon-remote-resource.h
+++ b/include/iotcon-remote-resource.h
@@ -97,7 +97,7 @@ static void _find_light_resource()
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-representation.h b/include/iotcon-representation.h
index b92520a..9531efa 100644
--- a/include/iotcon-representation.h
+++ b/include/iotcon-representation.h
@@ -189,7 +189,7 @@
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-request.h b/include/iotcon-request.h
index 94405bf..159d4b9 100644
--- a/include/iotcon-request.h
+++ b/include/iotcon-request.h
@@ -116,7 +116,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-resource-interfaces.h b/include/iotcon-resource-interfaces.h
index d940ec0..2248175 100644
--- a/include/iotcon-resource-interfaces.h
+++ b/include/iotcon-resource-interfaces.h
@@ -93,7 +93,7 @@ static void _create_light_resource()
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-resource-types.h b/include/iotcon-resource-types.h
index f79579c..050a758 100644
--- a/include/iotcon-resource-types.h
+++ b/include/iotcon-resource-types.h
@@ -93,7 +93,7 @@ static void _create_light_resource()
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-resource.h b/include/iotcon-resource.h
index 13a255d..e9fe6ee 100644
--- a/include/iotcon-resource.h
+++ b/include/iotcon-resource.h
@@ -171,7 +171,7 @@ static void _create_resource()
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon-response.h b/include/iotcon-response.h
index fbcfcb7..691f915 100644
--- a/include/iotcon-response.h
+++ b/include/iotcon-response.h
@@ -181,7 +181,7 @@ static void _request_handler(iotcon_resource_h resource, iotcon_request_h reques
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/
diff --git a/include/iotcon.h b/include/iotcon.h
index 7e027fa..640b147 100644
--- a/include/iotcon.h
+++ b/include/iotcon.h
@@ -43,7 +43,7 @@ extern "C" {
* 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#%3Cfeature%3E-element"><b>Feature Element</b>.</a>
* @{
*/