diff options
author | Abhimanyu Swami <abhimanyu1.s@samsung.com> | 2019-12-04 16:58:06 +0530 |
---|---|---|
committer | Abhimanyu Swami <abhimanyu1.s@samsung.com> | 2019-12-04 16:58:06 +0530 |
commit | 41961f85f0bc777531dcdd495e94617e49b6aef8 (patch) | |
tree | 76530830922d662683f5f59091e2f318422fc79e | |
parent | 0026b5b90d8f5954f98a4a1c67c29ae681b8702c (diff) | |
download | sync-manager-41961f85f0bc777531dcdd495e94617e49b6aef8.tar.gz sync-manager-41961f85f0bc777531dcdd495e94617e49b6aef8.tar.bz2 sync-manager-41961f85f0bc777531dcdd495e94617e49b6aef8.zip |
Native API Reference issues: developer.tizen.org => docs.tizen.org
Change-Id: I488b1bca83f41d133f69fa10df65c940ab727770
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
-rw-r--r-- | doc/sync_manager_doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sync_manager_doc.h b/doc/sync_manager_doc.h index e4d9734..abe0699 100644 --- a/doc/sync_manager_doc.h +++ b/doc/sync_manager_doc.h @@ -37,7 +37,7 @@ * It is recommended to use features 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, and control your application's actions accordingly. \n * To ensure your application is running only on devices with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n - * More details on using features in 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 using features in 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> * * @defgroup CAPI_SYNC_ADAPTER_MODULE Sync Adapter * @ingroup CAPI_SYNC_MANAGER_MODULE |