fixed wrong link page
authorMinkyoung Kang <mklove.kang@samsung.com>
Mon, 22 Apr 2013 00:39:32 +0000 (09:39 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Mon, 22 Apr 2013 00:39:32 +0000 (09:39 +0900)
Change-Id: I1c7d58a5b383dc11365acd12418b2f8feff53e44

inc/FShellIShortcutRequestListener.h

index 5db83ad..7746fe6 100644 (file)
@@ -87,7 +87,7 @@ public:
         *
         * @remarks             If @c uriData is specified, application should be started by AppControl with http://tizen.org/appcontrol/operation/view operation, when it is launched from the Home application using a shortcut.
         *                              Or else application should be started by AppControl with default operation (http://tizen.org/appcontrol/operation/main).
-        *                              For more information on the AppControl class, see <a href="../org.tizen.native.appprogramming/html/guide/app/Fapp_controls.htm">Application Controls</a>, and <a href="../org.tizen.native.appprogramming/html/guide/app/delivering_launch_arguments.htm">Delivering Launch Arguments</a>.
+        *                              For more information on the AppControl class, see <a href="../org.tizen.native.appprogramming/html/guide/app/app_controls.htm">Application Controls</a>, and <a href="../org.tizen.native.appprogramming/html/guide/app/delivering_launch_arguments.htm">Delivering Launch Arguments</a>.
         * @see         ShortcutManager::AddShortcut()
         */
        virtual void OnShortcutAddRequested(const Tizen::App::AppId& appId, const Tizen::Base::String& displayName, const Tizen::Base::String& iconFilePath, const Tizen::Base::String& uriData) = 0;