remove wrong link page
authorMinkyoung Kang <mklove.kang@samsung.com>
Mon, 20 May 2013 06:40:56 +0000 (15:40 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Mon, 20 May 2013 06:40:56 +0000 (15:40 +0900)
Change-Id: I812b81443cb68242ec93634df7b841c9f8ce82bf

inc/FAppNotificationManager.h
inc/FIoClientChannel.h
inc/FIoServerChannel.h

index 1cb11ad..ccc9870 100644 (file)
@@ -78,7 +78,7 @@ static const int MAX_NOTIFICATION_BADGE_NUMBER = 999;
  *
  * 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.
  *
index 1d61b0a..550f3c0 100644 (file)
@@ -44,8 +44,6 @@ namespace Tizen { namespace Io
 * 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.
 *
index f0eba71..5a3c9bc 100644 (file)
@@ -41,8 +41,6 @@ namespace Tizen { namespace Io
 * @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.
 *