fixed wrong link page
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 9 Apr 2013 05:10:43 +0000 (14:10 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 9 Apr 2013 05:10:43 +0000 (14:10 +0900)
Change-Id: I96aa46463ed544ab191bbb3de0c19af6a1a874dd

inc/FShellIShortcutRequestListener.h

index 2cc5d28..a09fe2e 100644 (file)
@@ -86,7 +86,7 @@ public:
         *
         * @remarks             If uriData is specified, application should be started by AppControl with http://tizen.org/appcontrol/operation/view operation, when it's launched from the Home application via shortcut.
         *                              Or else application should be started by AppControl with default opertaion (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>.
         */
        virtual void OnShortcutAddRequested(const Tizen::App::AppId& appId, const Tizen::Base::String& displayName, const Tizen::Base::String& iconFilePath, const Tizen::Base::String& uriData) = 0;