Removing unnecessary HTML link for feature/privilege 37/250037/1
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 18 Dec 2020 10:06:07 +0000 (15:36 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 18 Dec 2020 10:06:07 +0000 (15:36 +0530)
Change-Id: Id5297b51251d89c0e69b08f9f132e01df4360a40
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
doc/contacts_doc.h

index 415fe40..61462d0 100644 (file)
@@ -55,7 +55,7 @@
  *
  * @section CAPI_SOCIAL_CONTACTS_SVC_MODULE_FEATURE Related Features
  * This API is related with the following features:\n
- * - http://tizen.org/feature/contact\n
+ * - %http://tizen.org/feature/contact\n
  * 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
  *    </tr>
  *    <tr>
  *     <td class="note">For an application to insert private images in contacts, it needs to follow below conditions:<br/>
- * &nbsp;&nbsp;&nbsp;1. Application must have privilege of http://tizen.org/privilege/contact.write to use APIs such as contacts_db_insert_record().<br/>
+ * &nbsp;&nbsp;&nbsp;1. Application must have privilege of %http://tizen.org/privilege/contact.write to use APIs such as contacts_db_insert_record().<br/>
  * &nbsp;&nbsp;&nbsp;2. Application's private directory and files must have 'read' permission of others, '644' for example. SMACK protects read permission from the other applications.<br/>
  * &nbsp;&nbsp;&nbsp;3. Application may erase the image after destroying the contact record (contacts_record_destroy).<br/>
  *     </td>