core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_deploying.htm
changeset 1490 811926adaf5e
parent 1376 120480c02651
child 1791 727385d8e2b3
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_deploying.htm	Thu Jun 17 13:07:08 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_deploying.htm	Thu Jun 17 13:13:02 2010 -0500
@@ -11,7 +11,7 @@
 <h2>Deploying Programs to Devices</h2>
 <p>Once you have completed the program and tested it with the emulator, it&#8217;s possible to create a <a href="../projects/prj_new_build_config.htm">new</a> build configuration for your device, <a href="../projects/prj_build.htm">build</a> it, then create a <span class="code">.sis</span> file and deploy it to a device.</p>
 <p>To upload a valid <span class="code">.sis</span> file to the target device you need software that communicates with the target device from your PC. Every Symbian phone ships with this connectivity software, which we will refer to generically as Symbian Connect. The actual name for the software is vendor dependent, so refer to your phone&rsquo;s documentation for the name.</p>
-<p>For example, most phones from Nokia that use  Symbian OS  come with <a href="http://europe.nokia.com/nokia/0,,72014,00.html">Nokia PC Suite</a>, which allows you to synchronize and transfer data between your compatible phone and a compatible PC via a compatible data cable or a wireless connection. </p>
+<p>For example, most phones from Nokia that use  Symbian OS  come with <a href="http://europe.nokia.com/support/download-software/nokia-ovi-suite">Ovi&nbsp;Suite</a><a href="http://europe.nokia.com/nokia/0,,72014,00.html"></a>, which allows you to synchronize and transfer data between your compatible phone and a compatible PC via a compatible data cable or a wireless connection. </p>
 <p> Essentially, the Symbian Connect program provides a method of connecting a PC to the target device via USB, IrDA, Bluetooth, or other serial connection. Once you make a connection, you can upload your <span class="code">.sis</span> file to the target device and install the program. </p>
 <p class="note"><b>NOTE</b> A simple guide is provided to show the basic steps necessary to upload a .sis file to a target device. The actual steps required by the specific Symbian Connect program that ships with the SDK you are using may differ, so always refer to that phone &rsquo;s documentation for details.</p>
 <div class="step">