Native API Reference Issues 44/230144/1
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Wed, 8 Apr 2020 06:58:15 +0000 (12:28 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Wed, 8 Apr 2020 06:58:15 +0000 (12:28 +0530)
Change-Id: I864e4757cdb47821e7cc2566e9ef26d7043d0fdc
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
doc/email_doc.h

index 6ca2310..25fa466 100755 (executable)
@@ -49,7 +49,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#feature-element"><b>Feature Element</b>.</a>
  *
  * Email sending is asynchronous and the application should not wait for the result.
  * Not only may the process be slow (connections to be established and so on),