Change-Id: I812b81443cb68242ec93634df7b841c9f8ce82bf
*
* The %NotificationManager class provides methods to alert the user about a notification.
* @n
- * For more information about the class features, see <a href="../org.tizen.native.appprogramming/html/guide/app/notifications.htm">Notifications</a>.
+ * For more information about the class features, see <a href="../org.tizen.native.appprogramming/html/guide/shell/notifications.htm">Notifications</a>.
*
* The following example demonstrates how to use the %NotificationManager class.
*
* The %ClientChannel class provides methods for sending a request to another application's ServerChannel. To receive a response
* for the request, set the ChannelResponseEventListener interface. The instance of %ClientChannel can be retrieved
* using ClientChannel::GetInstance().
-* @n
-* For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/io/channels.htm">Channel Communication</a>.
*
* The following example demonstrates how to use the %ClientChannel class.
*
* @final This class is not intended for extension.
*
* The %ServerChannel class provides methods to receive a request from a client application. An application can receive a request from another application using the %ServerChannel class. The instance of %ServerChannel is retrieved using ServerChannel::GetInstance().
-* @n
-* For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/io/channels.htm">Channel Communication</a>.
*
* The following example demonstrates how to use the %ServerChannel class.
*