Commit 57c4169c authored by egilmore@chromium.org's avatar egilmore@chromium.org

Adding a couple of trivial doc bug fixes.

This is mainly to prove my working env., but the bugs are real.

Thanks!

Review URL: https://codereview.chromium.org/288223006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271247 0039d316-1c4b-4281-b951-d872f2087c98
parent 22384bd3
......@@ -4,6 +4,10 @@
<span id="devguide-tutorial-index"></span><h1 id="tutorial"><span id="devguide-tutorial-index"></span>Tutorial</h1>
<p>This section contains a multi-part tutorial that explains how to get started
developing applications with Native Client.</p>
<ul class="small-gap">
<li><a class="reference internal" href="/native-client/devguide/tutorial/tutorial-part1.html"><em>C++ Tutorial: Getting Started (Part 1)</em></a></li>
<li><a class="reference internal" href="/native-client/devguide/tutorial/tutorial-part2.html"><em>C++ Tutorial: Getting Started (Part 2)</em></a></li>
</ul>
</section>
{{/partials.standard_nacl_article}}
......@@ -8,7 +8,7 @@
Client is, how a Native Client application is structured and to get a feel
for what you need to do to port existing code.</li>
<li>Play with some of the applications in the <a class="reference internal" href="/native-client/community/application-gallery.html"><em>Application Gallery</em></a> to see what others have done so far.</li>
<li>Go through the <a class="reference internal" href="/native-client/devguide/tutorial/index.html"><em>Getting Started Tutorial</em></a>. The
<li>Go through the <a class="reference internal" href="/native-client/devguide/tutorial/tutorial-part1.html"><em>Getting Started Tutorial</em></a>. The
tutorial walks you through how to get Native Client set up for the first
time and check for browser version compatibility.</li>
<li>Download the <a class="reference internal" href="/native-client/sdk/download.html"><em>Native Client SDK</em></a> and take a look at some
......
......@@ -210,7 +210,7 @@ $ make run TOOLCHAIN=pnacl CONFIG=Debug
</section><section id="run-the-sdk-examples-as-packaged-apps">
<span id="run-sdk-examples-as-packaged"></span><h2 id="run-the-sdk-examples-as-packaged-apps"><span id="run-sdk-examples-as-packaged"></span>Run the SDK examples as packaged apps</h2>
<p>Each example can also be launched as a packaged app. For more information about
using Native Client for packaged apps, see <a class="reference internal" href="/native-client/devguide/distributing.html#distributing-packaged"><em>Packaged appliction</em></a>. For general information about packaged apps, see the
using Native Client for packaged apps, see <a class="reference internal" href="/native-client/devguide/distributing.html#distributing-packaged"><em>Packaged application</em></a>. For general information about packaged apps, see the
<a class="reference external" href="/apps/about_apps">Chrome apps documentation</a>.</p>
<p>Some Pepper features, such as TCP/UDP socket access, are only allowed in
packaged apps. The examples that use these features must be run as packaged
......
......@@ -6,3 +6,6 @@ Tutorial
This section contains a multi-part tutorial that explains how to get started
developing applications with Native Client.
* :doc:`C++ Tutorial: Getting Started (Part 1) <tutorial-part1>`
* :doc:`C++ Tutorial: Getting Started (Part 2) <tutorial-part2>`
......@@ -11,7 +11,7 @@ To get started with Native Client:
for what you need to do to port existing code.
#. Play with some of the applications in the :doc:`Application Gallery
<community/application-gallery>` to see what others have done so far.
#. Go through the :doc:`Getting Started Tutorial <devguide/tutorial/index>`. The
#. Go through the :doc:`Getting Started Tutorial <devguide/tutorial/tutorial-part1>`. The
tutorial walks you through how to get Native Client set up for the first
time and check for browser version compatibility.
#. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some
......
......@@ -217,7 +217,7 @@ Run the SDK examples as packaged apps
-------------------------------------
Each example can also be launched as a packaged app. For more information about
using Native Client for packaged apps, see :ref:`Packaged appliction
using Native Client for packaged apps, see :ref:`Packaged application
<distributing_packaged>`. For general information about packaged apps, see the
`Chrome apps documentation </apps/about_apps>`_.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment