Index: native_client_sdk/src/doc/quick-start.rst |
diff --git a/native_client_sdk/src/doc/quick-start.rst b/native_client_sdk/src/doc/quick-start.rst |
index 51734f28730171267a50fc733d0a771572a1c139..f96ad488e15617bf8faf65d0fbf54c176fa34c50 100644 |
--- a/native_client_sdk/src/doc/quick-start.rst |
+++ b/native_client_sdk/src/doc/quick-start.rst |
@@ -6,22 +6,17 @@ Quick-start |
To get started with Native Client: |
-1. Read the :doc:`Technical Overview <overview>` to understand how a Native |
- Client application is structured and to get a feel for what you need to do |
- to port existing code. |
-2. Play with some of the applications in the `Application Gallery |
- <https://developers.google.com/native-client/community/application-gallery>`_ |
- to see what others have done so far. |
-3. Download the :doc:`Native Client SDK <sdk/download>`. |
-4. Go through the `Getting Started Tutorial |
- <https://developers.google.com/native-client/devguide/tutorial>`_. The |
+#. Read the :doc:`Technical Overview <overview>` to understand what Native |
+ Client is, how a Native Client application is structured and to get a feel |
+ 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>`. The |
tutorial walks you through how to get Native Client set up for the first |
time and check for browser version compatibility. |
-5. Take a look through some of the applications in the ``pepper_28/examples/`` |
- directory in the SDK. You can learn how to build and run the applications |
- on the `Running the SDK Examples page |
- <https://developers.google.com/native-client/sdk/sdk-examples>`_. |
-6. Browse through the `Developer's Guide |
- <https://developers.google.com/native-client/devguide>`_ and the `Pepper |
- API <https://developers.google.com/native-client/peppercpp/>`_ reference |
- documentation. |
+#. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some |
+ of the examples. You can learn how to build and run the example applications |
+ on the :doc:`Running the SDK Examples <sdk/examples>` page. |
+#. Browse through the :doc:`Developer's Guide <devguide/index>` and the |
+ :doc:`Pepper API <peppercpp/index>` reference documentation. |
+ |