change link path of docs 58/241158/1
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 18 Aug 2020 07:27:08 +0000 (16:27 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 18 Aug 2020 07:27:08 +0000 (16:27 +0900)
Change-Id: I4beeaf8f6941df04e2267dfa9df073f3ad419025
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
doc/appcore-watch_doc.h

index 8e30c2f..d634342 100755 (executable)
@@ -39,7 +39,7 @@
  * It is recommended to design feature related codes in your application for reliability.
  * 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.
  * 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.
- * 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>
  *
  * @subsection CAPI_WATCH_APP_MODULE_STATE_CHANGE_EVENT Registering Callbacks for Application State Change Events
  * The state change events for Tizen watch application is similar to the Tizen UI applications. See the @ref CAPI_APPLICATION_MODULE.