Fix broken links in Web API Reference (tizen_2.4) 98/135598/3
authorMijin, Cho <mijin85.cho@samsung.com>
Fri, 23 Jun 2017 08:42:33 +0000 (17:42 +0900)
committerMijin, Cho <mijin85.cho@samsung.com>
Mon, 26 Jun 2017 06:36:28 +0000 (15:36 +0900)
PS2 : Adding missing file
PS3 : Adding missing file

Change-Id: Ie0d603fed4b8a689717e79ff232ce8a2d708e1c0
Signed-off-by: Mijin, Cho <mijin85.cho@samsung.com>
36 files changed:
org.tizen.web.apireference/html/device_api/mobile/tizen/account.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/alarm.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/application.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/archive.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/badge.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/bookmark.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/calendar.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/callhistory.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/contact.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/content.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/datacontrol.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/datasync.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/download.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/exif.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/filesystem.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/fmradio.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/humanactivitymonitor.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/mediakey.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/messageport.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/messaging.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/networkbearerselection.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/notification.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/package.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/power.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/push.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/se.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/sensor.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/sound.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/systemsetting.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/time.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/tizen.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/device_api/mobile/tizen/websetting.html [changed mode: 0644->0755]
org.tizen.web.apireference/html/w3c_api/w3c_api_m.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 10fb03d..543a4b8
@@ -34,10 +34,10 @@ instance bound to the account.          </li>
         </ul>
         <p>
 The <em>add(), remove(), and update()</em> methods of AccountManager can be invoked only
-by account provider application. A web application is an account provider when its <em>config.xml </em>contains <a href="https://developer.tizen.org/development/tools/web-tools/configuration-editor#mw_account">Account provider section</a>. For example:<br>&lt;tizen:account multiple-account-support="true"&gt;<br>      &lt;tizen:icon section="Account"&gt;icon.png&lt;/tizen:icon&gt;<br>      &lt;tizen:icon section="AccountSmall"&gt;icon.png&lt;/tizen:icon&gt;<br>      &lt;tizen:display-name xml:lang="en-gb"&gt;Test&lt;/tizen:display-name&gt;<br>      &lt;tizen:capability&gt;http://tizen.org/account/capability/contact&lt;/tizen:capability&gt;<br>&lt;/tizen:account&gt;
+by account provider application. A web application is an account provider when its <em>config.xml </em>contains <a href="https://developer.tizen.org/development/tizen-studio/web-tools/configuring-your-app/configuration-editor#mw_account">Account provider section</a>. For example:<br>&lt;tizen:account multiple-account-support="true"&gt;<br>      &lt;tizen:icon section="Account"&gt;icon.png&lt;/tizen:icon&gt;<br>      &lt;tizen:icon section="AccountSmall"&gt;icon.png&lt;/tizen:icon&gt;<br>      &lt;tizen:display-name xml:lang="en-gb"&gt;Test&lt;/tizen:display-name&gt;<br>      &lt;tizen:capability&gt;http://tizen.org/account/capability/contact&lt;/tizen:capability&gt;<br>&lt;/tizen:account&gt;
         </p>
         <p>
-For more information about how to use Account API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/account">Account Guide</a>.
+For more information about how to use Account API, see <a href="https://developer.tizen.org/development/guides/web-application/personal-data/account-management">Account Management Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -641,7 +641,7 @@ If the account is added successfully, an accountId and provider are newly assign
             <p>
 This method can be used only by an account provider application.<br>If the application is registered as provider, it will be launched to authenticate the account.
 You should implement the appcontrol for the account provider.<br>For more details, see
-<a href="https://developer.tizen.org/development/guides/native-application/account/account-manager#provider">Account Provider</a>            </p>
+<a href="https://developer.tizen.org/development/guides/native-application/personal-data/account-management#provider">Account Provider</a>            </p>
            </div>
 <p><span class="privilegelevel">
             Privilege level: </span>
@@ -943,7 +943,7 @@ If you want to get all accounts, omit the applicationId argument.
 <div class="description">
             <p>
 You can register your application as an account provider by writing account related information in <var>config.xml</var>.<br>For more details, see
-<a href="https://developer.tizen.org/development/guides/native-application/account/account-manager#provider">Account Provider</a>            </p>
+<a href="https://developer.tizen.org/development/guides/native-application/personal-data/account-management#provider">Account Provider</a>            </p>
            </div>
 <p><span class="privilegelevel">
             Privilege level: </span>
old mode 100644 (file)
new mode 100755 (executable)
index f6faeaf..db7bb74
@@ -21,7 +21,7 @@ Each application has its own individual alarm storage, that is, applications can
         <p>
 Once an alarm goes off, it will be removed from the alarm storage automatically.
 <em>AlarmManager</em> provides methods to manage alarms such as adding and removing.
-For more information on the Alarm features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/alarm">Alarm Guide</a>.
+For more information on the Alarm features, see <a href="https://developer.tizen.org/development/guides/web-application/alarm">Alarm Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -230,7 +230,7 @@ It defines the number of seconds in a week.
 <div class="description">
             <p>
 Sets an alarm with the application ID to be run. You should definitely provide the application ID to run
-and the <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/application#controls">application control</a>information if it is necessary. 
+and the <a href="https://developer.tizen.org/development/guides/web-application/application-management/application-information-and-controls/application-controls#controls">application control</a> information if it is necessary. 
 For more information about the application control, see <a href="application.html">The Application API</a>.
             </p>
            </div>
old mode 100644 (file)
new mode 100755 (executable)
index 96e0ab1..bcdf886
@@ -32,7 +32,7 @@ the basic operations for the current application such as exit or hide.
 Since Tizen 2.4 the <em>Application</em> interface provides application event broadcasting and listening features. An application can broadcast user events to other listening applications and listen to broadcasted user events from other applications. In a future Tizen release, applications will also be able to receive pre-defined system events from the platform.
         </p>
         <p>
-For more information on the Application features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/application">Application Guide</a>.
+For more information on the Application features, see <a href="https://developer.tizen.org/development/guides/web-application/application-management/applications">Application Guide</a>, <a href="https://developer.tizen.org/development/guides/web-application/application-management/application-groups">Application Group Guide</a> or <a href="https://developer.tizen.org/development/guides/web-application/application-management/application-information-and-controls/application-controls">Application Control Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 5cb8c83..784159d
@@ -15,7 +15,7 @@ You can extract files, add a file to an archive file, and so on.
         </div>
 <div class="description">
         <p>
-For more information about how to use Archive API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/base/archive">Archive Guide</a>.
+For more information about how to use Archive API, see <a href="https://developer.tizen.org/development/guides/web-application/data-storage-and-management/file-archiving">File Archiving Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index be3b247..2eef53c
@@ -16,7 +16,7 @@ For example, when a new message is received the badge count appears on the app i
         </div>
 <div class="description">
         <p>
-For more information about how to use Badge API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/badge">Badge Guide</a>.
+For more information about how to use Badge API, see <a href="https://developer.tizen.org/development/guides/web-application/application-management/application-icons">Badge Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 95280b4..996e78b
@@ -37,7 +37,7 @@ Advertise for remote devices (including Bluetooth LE devices)          </li>
 Act as a GATT client (Generic Attribute Profile client)          </li>
         </ul>
         <p>
-For more information on the Bluetooth features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/network/bluetooth">Bluetooth Guide</a>.
+For more information on the Bluetooth features, see <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/bluetooth">Bluetooth Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -1240,7 +1240,7 @@ Instead, use <em>http://tizen.org/privilege/bluetooth</em>.
 For most Bluetooth actions, the Bluetooth adapter must be powered on.
             </div>
 <div class="deprecated"><p><font color="red"><i><b>Deprecated.</b>
- Deprecated since 2.3. Instead, let the user turn on/off Bluetooth through the Settings application. see the <a href="https://developer.tizen.org/development/tutorials/web-application/tizen-features/network/bluetooth">Bluetooth Tutorial</a>.</i></font></p></div>
+ Deprecated since 2.3. Instead, let the user turn on/off Bluetooth through the Settings application. see the <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/bluetooth">Bluetooth Guide</a>.</i></font></p></div>
 <div class="synopsis"><pre class="signature prettyprint">void setPowered(boolean state, optional <a href="tizen.html#SuccessCallback">SuccessCallback</a>? successCallback, optional <a href="tizen.html#ErrorCallback">ErrorCallback</a>? errorCallback);
              </pre></div>
 <p><span class="version">
@@ -6724,7 +6724,7 @@ To guarantee that the Bluetooth Low Energy application runs on a device with Blu
 <li class="feature">http://tizen.org/feature/network.bluetooth.le</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module Bluetooth {
old mode 100644 (file)
new mode 100755 (executable)
index 4bbb122..5c5b585
@@ -15,7 +15,7 @@ This API provides functionality to get, add, and remove bookmarks.
         </div>
 <div class="description">
         <p>
-For more information on the Bookmark features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/social/bookmark">Bookmark Guide</a>.
+For more information on the Bookmark features, see <a href="https://developer.tizen.org/development/guides/web-application/personal-data/bookmarks">Bookmark Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 36034ab..9d3715e
@@ -21,7 +21,7 @@ The Internet Calendaring and Scheduling Core Object Specification (iCalendar), d
 This API provides functionality to read, create, delete, and update items in specific calendars. Calendars can be obtained using the <em>getCalendars() </em>method, which returns an array of Calendar objects.
         </p>
         <p>
-For more information on the Calendar features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/social/calendar">Calendar Guide</a>.
+For more information on the Calendar features, see <a href="https://developer.tizen.org/development/guides/web-application/personal-data/calendar">Calendar Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index bae8d02..4e3f93b
@@ -14,7 +14,7 @@
         </div>
 <div class="description">
         <p>
-For more information on the Callhistory features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/social/call-history">Call History Guide</a>.
+For more information on the Callhistory features, see <a href="https://developer.tizen.org/development/guides/web-application/personal-data/call-history">Call History Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 81edb01..362dda7
@@ -27,7 +27,7 @@ A <em>person </em>is a set of information that describes a person. Two different
 This API provides functionality to read, create, remove, and update contacts in specific address books. Address books can be obtained using the <em>getAddressBooks()</em> method, which returns an array of <em>AddressBook</em> objects.
         </p>
         <p>
-For more information on the Contact features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/social/contact">Contact Guide</a>.
+For more information on the Contact features, see <a href="https://developer.tizen.org/development/guides/web-application/personal-data/contacts">Contact Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index e7558f5..cb1a361
@@ -18,7 +18,7 @@ It is possible to search for specific content using filters.
 The API also supports setting the attributes of specific content.
         </p>
         <p>
-For more information on the Content features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/content/content">Content Guide</a>.
+For more information on the Content features, see <a href="https://developer.tizen.org/development/guides/web-application/data-storage-and-management/stored-content-management">Stored Content Management Guide</a>.
         </p>
         <p>
 Playlist functionality has been added in Tizen 2.3.
old mode 100644 (file)
new mode 100755 (executable)
index d49746e..e7321dd
@@ -17,7 +17,7 @@
 The DataControl functionality provides a way to access specific data that is exported by other applications.
         </p>
         <p>
-Please read the <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/data-control">Data Control Guide</a> to know how to share own application data with other applications.
+Please read the <a href="https://developer.tizen.org/development/guides/web-application/application-management/application-data-exchange/data-control">Data Control Guide</a> to know how to share own application data with other applications.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index da9893a..92dd7e1
@@ -11,7 +11,7 @@
 <div class="title"><h1>DataSynchronization API</h1></div>
 <div class="brief">
  This API provides methods to synchronize contact and event data to the server using the OMA DS 1.2 protocol.
-To know the details of this specification, visit <a href="http://openmobilealliance.org" target="_blank">OMA web page</a>. And for more information on the DataSync features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/social/data-synchronization">Data Synchronization Guide</a>.
+To know the details of this specification, visit <a href="http://openmobilealliance.org" target="_blank">OMA web page</a>. And for more information on the DataSync features, see <a href="https://developer.tizen.org/development/guides/web-application/personal-data/data-synchronization">Data Synchronization Guide</a>.
         </div>
 <p><span class="version">
             Since: </span>
@@ -1454,7 +1454,7 @@ To guarantee that data sync application runs on a device, declare the following
 <li class="feature">http://tizen.org/feature/datasync</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module DataSynchronization {
old mode 100644 (file)
new mode 100755 (executable)
index b331a05..4eaf2d8
@@ -14,7 +14,7 @@
         </div>
 <div class="description">
         <p>
-For more information on the Download features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/content/download">Download Guide</a>.
+For more information on the Download features, see <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/contents-downloads">Download Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -985,7 +985,7 @@ DownloadNetworkType <em>'CELLULAR'</em> can be available on a cellular-enabled d
 <li class="feature">http://tizen.org/feature/network.telephony</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module Download {
old mode 100644 (file)
new mode 100755 (executable)
index f20561b..f327fb6
@@ -20,7 +20,7 @@ the <em>saveExifInfo()</em> method of the <em>ExifManager</em> object should be
         </div>
 <div class="description">
         <p>
-For more information about how to use Exif API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/content/exif">Exif Guide</a>.
+For more information about how to use Exif API, see <a href="https://developer.tizen.org/development/guides/web-application/media-and-camera/jpeg-file-exif-information">Exif Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 10e5097..e1a2413
@@ -105,7 +105,7 @@ on aspects that cannot be supported across multiple platforms.
 When a path is used to interact with the underlying filesystem, the encoding used for the file path should be the platform default.
         </p>
         <p>
-For more information on the Filesystem features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/base/filesystem">File System Guide</a>.
+For more information on the Filesystem features, see <a href="https://developer.tizen.org/development/guides/web-application/data-storage-and-management/file-system">File System Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 1e83e71..1e297f7
@@ -30,7 +30,7 @@ FM Radio works according to the following state table:
         <p>
 <em>tizen.fmradio.seekUp()</em> and <em>tizen.fmradio.seekDown()</em> work when the radio is in playing state. <em>InvalidStateError</em> is thrown when they are called in other states. <br>        </p>
         <p>
-For more information about how to use FMRadio API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/multimedia/fm-radio">FMRadio Guide</a>.
+For more information about how to use FMRadio API, see <a href="https://developer.tizen.org/development/guides/web-application/media-and-camera/radio">Radio Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -995,7 +995,7 @@ To guarantee that the FM radio application runs on a device with FM radio, decla
 <li class="feature">http://tizen.org/feature/fmradio</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module FMRadio {
old mode 100644 (file)
new mode 100755 (executable)
index 970aedf..18c2ba1
@@ -23,7 +23,7 @@ Set up callbacks for data change notification          </li>
 Get current human activity monitor data          </li>
         </ul>
         <p>
-For more information about how to use Human Activity Monitor API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/human-activity-monitor">Human Activity Monitor Guide</a>.
+For more information about how to use Human Activity Monitor API, see <a href="https://developer.tizen.org/development/guides/web-application/sensors/human-activity-monitor">Human Activity Monitor Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -1129,7 +1129,7 @@ To guarantee that the GPS batch information tracking application runs on a devic
 <li class="feature">http://tizen.org/feature/location.batch</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module HumanActivityMonitor {
old mode 100644 (file)
new mode 100755 (executable)
index 4669aee..1968654
@@ -17,7 +17,7 @@
 Media keys are the keys of a Bluetooth headset which control multimedia playback.
         </p>
         <p>
-For more information on the MediaKey features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/multimedia/media-key">MediaKey Guide</a>.
+For more information on the MediaKey features, see <a href="https://developer.tizen.org/development/guides/web-application/media-and-camera/media-key-events">MediaKey Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -302,7 +302,7 @@ To guarantee that the MediaKey application runs on a device with Bluetooth featu
 <li class="feature">http://tizen.org/feature/network.bluetooth.audio.media</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module MediaKey {
old mode 100644 (file)
new mode 100755 (executable)
index 55b00f3..d3e819c
@@ -14,7 +14,7 @@
         </div>
 <div class="description">
         <p>
-For more information on the MessagePort features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/message-port">MessagePort Guide</a>.
+For more information on the MessagePort features, see <a href="https://developer.tizen.org/development/guides/web-application/application-management/application-data-exchange/message-port">MessagePort Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 082ed89..e52cbe8
@@ -31,7 +31,7 @@ Subscribing to receive notifications of message storage modifications          <
 Fetching conversations and subscribing to conversation updates          </li>
         </ul>
         <p>
-For more information on the Messaging features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/messaging/messaging">Messaging Guide</a>.
+For more information on the Messaging features, see <a href="https://developer.tizen.org/development/guides/web-application/messaging/messages">Messaging Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -3935,7 +3935,7 @@ To guarantee that the mms application runs on a device with MMS feature, define
 <li class="feature">http://tizen.org/feature/network.telephony.mms</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module Messaging {
old mode 100644 (file)
new mode 100755 (executable)
index b7bb81e..2dddfd5
@@ -403,7 +403,7 @@ To guarantee that the NBS application runs on a device with telephony feature, d
 <li class="feature">http://tizen.org/feature/network.telephony</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module NetworkBearerSelection {
old mode 100644 (file)
new mode 100755 (executable)
index 6ee799f..6990a16
@@ -28,7 +28,7 @@ Exchanging some information or data between two devices by holding them close to
 Making payments by holding mobile phones close to point of sales terminals instead of swiping smart cards.          </li>
         </ul>
         <p>
-For more information on the NFC features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/network/nfc">NFC Guide</a>.
+For more information on the NFC features, see <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/nfc">NFC Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -833,7 +833,7 @@ If the NFC service is not available, it returns <var>null</var>.
  Sets the power of an NFC adapter to either an on state or an off state.
             </div>
 <p class="deprecated"><b>Deprecated.</b>
- Deprecated since 2.3. Instead, let the user turn NFC on/off through the Settings application. See the <a href="https://developer.tizen.org/development/tutorials/web-application/tizen-features/network/nfc#Managing_NFC_Conn">Managing NFC</a> Tutorial.
+ Deprecated since 2.3. Instead, let the user turn NFC on/off through the Settings application. See the <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/nfc">Managing NFC</a> Guide.
             </p>
 <div class="synopsis"><pre class="signature prettyprint">void setPowered(boolean state, optional <a href="tizen.html#SuccessCallback">SuccessCallback</a>? successCallback, optional <a href="tizen.html#ErrorCallback">ErrorCallback</a>? errorCallback);
              </pre></div>
@@ -4081,7 +4081,7 @@ To guarantee that the NFC host-based card emulation application runs on a device
 <li class="feature">http://tizen.org/feature/network.nfc.card_emulation.hce</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module NFC {
old mode 100644 (file)
new mode 100755 (executable)
index 9329537..95f9495
@@ -14,7 +14,7 @@
         </div>
 <div class="description">
         <p>
-For more information on the Notification features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/notification">Notification Guide</a>.
+For more information on the Notification features, see <a href="https://developer.tizen.org/development/guides/web-application/notifications">Notification Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -1187,7 +1187,7 @@ If an application uses <em>playLEDCustomEffect()</em> or <em>stopLEDCustomEffect
 <li class="feature">http://tizen.org/feature/led</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering.</a>
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module Notification {
old mode 100644 (file)
new mode 100755 (executable)
index dc2dff7..a5507a2
@@ -11,7 +11,7 @@
 <div class="title"><h1>Package API</h1></div>
 <div class="brief">
  This API provides functionalities to install or uninstall packages, and retrieve information about installed packages.<br>It also provides a listener method so that an application can be notified when there is a change on the installed packages.
-For more information on the Package features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/application/package">Package Guide</a>.
+For more information on the Package features, see <a href="https://developer.tizen.org/development/guides/web-application/application-management/package-information">Package Guide</a>.
         </div>
 <p><span class="version">
             Since: </span>
old mode 100644 (file)
new mode 100755 (executable)
index 9549c3b..cd9e05b
@@ -14,7 +14,7 @@
         </div>
 <div class="description">
         <p>
-For more information on the Power features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/power">Power Guide</a>.
+For more information on the Power features, see <a href="https://developer.tizen.org/development/guides/web-application/device-settings-and-systems/power-states">Power States Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index a2baed2..da6d5aa
@@ -36,10 +36,10 @@ Connect to the push service          </li>
 Get notification data          </li>
         </ul>
         <p>
-To use Push features, you must <a href="https://developer.tizen.org/development/tutorials/web-application/tizen-features/messaging/push#Registering">register to the Push service</a>.
+To use Push features, you must <a href="https://developer.tizen.org/development/guides/web-application/messaging/push-notification#Registering">register to the Push service</a>.
         </p>
         <p>
-For more information on the Push features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/messaging/push">Push Guide</a>.
+For more information on the Push features, see <a href="https://developer.tizen.org/development/guides/web-application/messaging/push-notification">Push Notification Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -706,7 +706,7 @@ To guarantee that the push application runs on a device with the push feature, d
 <li class="feature">http://tizen.org/feature/network.push</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module Push {
old mode 100644 (file)
new mode 100755 (executable)
index dd7b4db..8cc574d
@@ -13,7 +13,7 @@
  The SecureElement API provides functionality to communicate with applications in several Secure Elements.
 A Secure Element is a secure smart card chip. It can be a UICC/SIM, an embedded Secure Element, or a Secure SD card that is inserted in a device.
 <p>
-For more information about how to use SecureElement API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/network/secure-element">SecureElement Guide</a>.
+For more information about how to use SecureElement API, see <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/secure-element-access">Secure Element Access Guide</a>.
         </p>
         </div>
 <p><span class="version">
@@ -1460,7 +1460,7 @@ To guarantee this application will run on a device with a Secure Element, add th
 <li class="feature">http://tizen.org/feature/network.secure_element</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">3. Full WebIDL</h2>
 <pre class="webidl prettyprint">module SecureElement {
old mode 100644 (file)
new mode 100755 (executable)
index 90d53da..32f8423
@@ -25,7 +25,7 @@ Set and unset notification of the sensor data change          </li>
 Get current sensor data          </li>
         </ul>
         <p>
-For more information about how to use Sensor API, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/sensor">Sensor Guide</a>.
+For more information about how to use Sensor API, see <a href="https://developer.tizen.org/development/guides/web-application/sensors/device-sensors">Device Sensors Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -1496,7 +1496,7 @@ To guarantee that the Heart Rate Monitor application runs on a device with a hea
 <li class="feature">http://tizen.org/feature/sensor.heart_rate_monitor</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module Sensor {
old mode 100644 (file)
new mode 100755 (executable)
index b7851cf..a69cc90
@@ -18,7 +18,7 @@ You can get the maximum volume level for system, notifications, alarm, media and
 Also, you can change or get the current volume level.
         </p>
         <p>
-For more information on the Sound features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/multimedia/sound">Sound Guide</a>.
+For more information on the Sound features, see <a href="https://developer.tizen.org/development/guides/web-application/media-and-camera/audio-management">Audio Management Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 98e7272..12049ac
@@ -71,7 +71,7 @@ Not all above properties may be available on every Tizen device. For instance, a
  WIFI_NETWORK     - tizen.systeminfo.getCapability(<em>"http://tizen.org/feature/network.wifi"</em>)          </li>
         </ul>
         <p>
-For more information on the SystemInfo features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/system-information">System Information Guide</a>.
+For more information on the SystemInfo features, see <a href="https://developer.tizen.org/development/guides/web-application/device-settings-and-systems/system-information">System Information Guide</a>.
         </p>
        </div>
 <p><span class="version">
@@ -3513,7 +3513,7 @@ To guarantee the running of the application on a device which supports Wi-Fi, de
 <li class="feature">http://tizen.org/feature/network.wifi</li>
 </div>
 <p></p>
-                    For more information, see <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
+                    For more information, see <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Application Filtering</a>.
 </div>
 <h2 id="full-webidl">4. Full WebIDL</h2>
 <pre class="webidl prettyprint">module SystemInfo {
old mode 100644 (file)
new mode 100755 (executable)
index 546acf6..21664cb
@@ -44,7 +44,7 @@ In addition, not all the above properties may be available even though a device
  NOTIFICATION_EMAIL - <em>tizen.systeminfo.getCapability(<em>"http://tizen.org/feature/systemsetting.notification_email"</em>)</em>          </li>
         </ul>
         <p>
-For more information on the SystemSetting features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/system-setting">System Setting Guide</a>.
+For more information on the SystemSetting features, see <a href="https://developer.tizen.org/development/guides/web-application/device-settings-and-systems/system-setting">System Setting Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 393118c..b3101c5
@@ -35,7 +35,7 @@ This API can be used to get TZDate objects with full time zone support, convert
 between timezones, retrieve available timezones.
         </p>
         <p>
-For more information on the Time features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/time">Time Guide</a>.
+For more information on the Time features, see <a href="https://developer.tizen.org/development/guides/web-application/device-settings-and-systems/time-and-date-management">Time Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index 5da21e3..fde6f33
@@ -24,7 +24,7 @@ Additionally, this API specifies the location in the ECMAScript hierarchy in whi
 the Tizen Web Device API is instantiated (<em>window.tizen</em>).
         </p>
         <p>
-For more information on the Tizen features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/base/tizen">Tizen Guide</a>.  
+For more information on the Tizen features, see <a href="https://developer.tizen.org/development/guides/web-application/data-storage-and-management/data-filtering-and-sorting">Data Filtering and Sorting Guide</a> or <a href="https://developer.tizen.org/development/guides/web-application/error-handling">Error Handling Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index c889312..5a66ad3
@@ -26,7 +26,7 @@ A Tizen Web application includes a web view and the following properties of the
 Note that all the settings using the Web setting API is bound to your application; thus, no other applications are affected via the Web setting API calls within your application.
         </p>
         <p>
-For more information on the Web setting features, see <a href="https://developer.tizen.org/development/guides/web-application/tizen-features/system/web-setting">Web Setting Guide</a>.
+For more information on the Web setting features, see <a href="https://developer.tizen.org/development/guides/web-application/device-settings-and-systems/web-view-settings">Web View Settings Guide</a>.
         </p>
        </div>
 <p><span class="version">
old mode 100644 (file)
new mode 100755 (executable)
index cc879b8..c99bfb8
@@ -22,8 +22,8 @@
                 <h1>Tizen Mobile Web W3C/HTML5 and Supplementaries API Reference</h3>
             </div>
                 <p>The APIs listed in this category are all part of the W3C specifications. Some of the APIs are stable while others are draft specifications. The draft APIs are subject to change as the W3C specification evolves.</p>
-                <p>The W3C APIs are categorized based on the functionality to make it easier to locate specific APIs. 
-                 To learn the Tizen features provided by the W3C/HTML5 and  some supplementary APIs, see <a href="../../../org.tizen.guides/html/web/w3c/guides_w3c_w.htm">Guide to W3C/HTML5 and Some Supplementary Features</a> and <a href="../../../org.tizen.training/html/web/w3c/tutorials_w3c_w.htm">W3C/HTML5 and Some Supplementaries Tutorials</a>.</p>
+                <p>The W3C APIs are categorized based on the functionality to make it easier to locate specific APIs.
+                 To learn the Tizen features provided by the W3C/HTML5 and  some supplementary APIs, see <a href="https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/">Guide to W3C/HTML5 and Some Supplementary Features</a>.</p>
             <div><h4 id="dom">DOM, Forms and Styles</h4>
                 <table width="90%">
                     <thead>
                                         <li><code>compassneedscalibration</code> event</li>
                                     </ul>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/sensor.accelerometer</code></li>
                                                 <li><code>http://tizen.org/feature/sensor.gyroscope</code></li>
                                     the screen orientation state, to be informed when this state changes 
                                     and to lock the screen orientation to a specific state.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/sensor.magnetometer</code></li>
                                             </ul>
                                         <li><code>audio</code> of <code>MediaStreamOptions</code> dictionary</li>
                                     </ul>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/mediacapture</code></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/mediacapture</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/camera</code></li>
                                                 <li><code>http://tizen.org/feature/microphone</code></li>
                                 <td align="center">ED</td>
                             </tr>
                             <tr>
-                                <td id="webaudio" name="webaudio"><a href=" http://www.w3.org/TR/2012/WD-webaudio-20121213/">Web Audio API (Partial)</a></td>
+                                <td id="webaudio" name="webaudio"><a href="https://www.w3.org/TR/2012/WD-webaudio-20121213/">Web Audio API (Partial)</a></td>
                                 <td>W3C Web Audio API describes a high-level JavaScript API for processing and synthesizing audio in Web Applications. The interfaces and attribute currently not supported are:
                                     <ul>
                                         <li><code>MediaElementAudioSourceNode</code> and <code>MediaStreamAudioSourceNode</code> interfaces
                                     <!--
                                     <div>SpeechRecognition</div>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/speech.recognition</code></li>
                                                 <li><code>http://tizen.org/feature/network.internet</code></li>
                                     -->
                                     <div>SpeechSynthesis</div>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>: 
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/speech.synthesis</code></li>
                                             </ul>
                                 <td id="mediacapture" name="mediacapture"><a href="http://www.w3.org/TR/2012/WD-html-media-capture-20120712/">HTML Media Capture </a></td>
                                 <td>Capture and record multimedia content with input tag.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/camera</code></li>
                                                 <li><code>http://tizen.org/feature/microphone</code></li>
                                 <td id="websocket" name="websocket"><a href="http://www.w3.org/TR/2012/CR-websockets-20120920">The WebSocket API</a></td>
                                 <td>Offers bi-directional network connectivity.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
                                         <!--
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/network.internet</code></li>
                                             </ul>
                                 <td id="httpreq" name="httpreq"><a href="http://www.w3.org/TR/2012/WD-XMLHttpRequest-20120117/">XMLHttpRequest Level 2</a></td>
                                 <td>Enhancements on XHR, including binary file uploading, formdata submission, transfer progress, etc.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
                                         <!--
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/network.internet</code></li>
                                             </ul>
                                 <td id="serversent" name="serversent"><a href="http://www.w3.org/TR/2011/WD-eventsource-20111020">Server-Sent Events</a></td>
                                 <td>Triggers DOM events based on push notifications (via HTTP and other protocols).</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
                                         <!--
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/network.internet</code></li>
                                             </ul>
                                 <td id="directory" name="directory"><a href="http://www.w3.org/TR/2011/WD-file-system-api-20110419">File API: Directories and System</a></td>
                                 <td>Accesses the device file system.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>                     
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
                                     </ul>
                             </td>
                                 <td align="center">WD</td>
                                         <li><code>saveAs</code> of <code>Window</code> interface</li>
                                     </ul>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
                                     </ul>
                                 </td>
                                 <td align="center">WD</td>
                                 <td id="cache" name="cache"><a href="http://www.w3.org/TR/2012/WD-html5-20120329/offline.html#appcache">HTML5 Application caches</a></td>
                                 <td>HTML5 application cache and custom handlers.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
                                         <!--
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/network.internet</code></li>
                                             </ul>
                                     </ul>
                                     </br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
                                     </ul>
                                 </td>
                                 <td align="center">WD</td>
                                 <td id="sql" name="sql"><a href="http://www.w3.org/TR/2010/NOTE-webdatabase-20101118/">Web SQL Database</a></td>
                                 <td>Stores data in databases that can be queried using a variant of SQL.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br>                              </li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br>                              </li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/unlimitedstorage</code></li>
                                     </ul>
                                 </td>
                                 <td align="center">Note</td>
                                 <td id="cross" name="cross"><a href="http://www.w3.org/TR/2012/WD-cors-20120403">Cross-Origin Resource Sharing</a></td>
                                 <td>Sharing of resources across different domains.</br>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/internet</code></li>
                                         <!--
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>:
                                             <ul>
                                                 <li><code>http://tizen.org/feature/network.internet</code></li>
                                             </ul>
                                         <li><code>titleDir, bodyDir</code> of <code>NotificationOptions</code> dictionary</li>
                                     </ul>
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/notification</code></li>
-                                    </ul> 
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/notification</code></li>
+                                    </ul>
                                 </td>
                                 <td align="center">WD</td>
                             </tr>
                                 <td id="geo"><a href="http://www.w3.org/TR/2012/PR-geolocation-API-20120510">Geolocation API Specification</a></td>
                                 <td>Provides scripted access to geographical location information associated with the hosting device.
                                     <ul class="xmlconfig">
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/location</code></li>
-                                        <li><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/application-filtering">Required feature</a>: <code>http://tizen.org/feature/location.gps</code></li>
-                                    </ul>                        
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege level</a>: Public</br></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/location</code></li>
+                                        <li><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/application-filtering">Required feature</a>: <code>http://tizen.org/feature/location.gps</code></li>
+                                    </ul>
                                 </td>
                                 <td align="center">PR</td>
                             </tr>
                                 <td>Provides a way for an element to be displayed in full screen mode programmatically. The method and attribute currently not supported are:
                                     <li><code>requestFullScreenWithKeys</code> of element</li>
                                     <li><code>allowFullScreen</code> of <code>iframe</code> element</li>
-                                <p><a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege Level</a>: Public</br>                              
-                                <a href="https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/fullscreen</code>  </p>      
+                                <p><a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege Level</a>: Public</br>
+                                <a href="https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/security-and-api-privileges">Privilege</a>: <code>http://tizen.org/privilege/fullscreen</code>  </p>
                                 </td>
                                 </tr>
                             <tr>