| OLD | NEW |
| 1 .. _download: | 1 .. _download: |
| 2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
| 3 Download the Native Client SDK | 5 Download the Native Client SDK |
| 4 ============================== | 6 ============================== |
| 5 | 7 |
| 6 This page provides an overview of the Native Client SDK, and instructions for | 8 This page provides an overview of the Native Client SDK, and instructions for |
| 7 downloading and installing the SDK. | 9 downloading and installing the SDK. |
| 8 | 10 |
| 9 .. raw:: html | 11 .. raw:: html |
| 10 | 12 |
| 11 <div id="home"> | 13 <div id="home"> |
| 12 <a class="button-nacl button-download" href="https://storage.googleapis.com/na
tiveclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a> | 14 <a class="button-nacl button-download" href="https://storage.googleapis.com/na
tiveclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a> |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 Next steps | 265 Next steps |
| 264 ---------- | 266 ---------- |
| 265 | 267 |
| 266 * Browse the `Release Notes <release-notes>`_ for important | 268 * Browse the `Release Notes <release-notes>`_ for important |
| 267 information about the SDK and new bundles. | 269 information about the SDK and new bundles. |
| 268 * If you're just starting with Native Client, we recommend reading the | 270 * If you're just starting with Native Client, we recommend reading the |
| 269 `Technical Overview <../overview>`_ and walking through the | 271 `Technical Overview <../overview>`_ and walking through the |
| 270 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. | 272 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. |
| 271 * If you'd rather dive in, see | 273 * If you'd rather dive in, see |
| 272 `Building Native Client Modules <devguide/devcycle/building>`_. | 274 `Building Native Client Modules <devguide/devcycle/building>`_. |
| OLD | NEW |