| OLD | NEW |
| 1 .. _devguide-tutorial-index: | 1 .. _devguide-tutorial-index: |
| 2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
| 3 ######## | 5 ######## |
| 4 Tutorial | 6 Tutorial |
| 5 ######## | 7 ######## |
| 6 | 8 |
| 7 This section contains a multi-part tutorial that explains how to get started | 9 This section contains a multi-part tutorial that explains how to get started |
| 8 developing applications with Native Client. | 10 developing applications with Native Client. |
| 9 | 11 |
| 10 * :doc:`C++ Tutorial: Getting Started (Part 1) <tutorial-part1>` | 12 * :doc:`C++ Tutorial: Getting Started (Part 1) <tutorial-part1>` |
| 11 * :doc:`C++ Tutorial: Getting Started (Part 2) <tutorial-part2>` | 13 * :doc:`C++ Tutorial: Getting Started (Part 2) <tutorial-part2>` |
| OLD | NEW |