| OLD | NEW |
| 1 # Linux Development | 1 # Linux Development |
| 2 | 2 |
| 3 *** promo | 3 *** promo |
| 4 Please join us on IRC for the most up-to-date development discussion: | 4 Please join us on IRC for the most up-to-date development discussion: |
| 5 `irc.freenode.net`, `#chromium`. | 5 `irc.freenode.net`, `#chromium`. |
| 6 *** | 6 *** |
| 7 | 7 |
| 8 ## Checkout and Build | 8 ## Checkout and Build |
| 9 | 9 |
| 10 See the [Linux build instructions](linux_build_instructions.md). | 10 See the [Linux build instructions](linux_build_instructions.md). |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 If you think you have discovered a new Linux bug, start by | 27 If you think you have discovered a new Linux bug, start by |
| 28 [searching for similar issues](http://code.google.com/p/chromium/issues/list?can
=1&q=Linux). | 28 [searching for similar issues](http://code.google.com/p/chromium/issues/list?can
=1&q=Linux). |
| 29 When you search, make sure you choose the "All Issues" option, since your bug | 29 When you search, make sure you choose the "All Issues" option, since your bug |
| 30 might have already been fixed, but the default search only looks for open | 30 might have already been fixed, but the default search only looks for open |
| 31 issues. If you can't find a related bug, please create a | 31 issues. If you can't find a related bug, please create a |
| 32 [New Issue](https://crbug.com/new). Use the linux defect template. | 32 [New Issue](https://crbug.com/new). Use the linux defect template. |
| 33 | 33 |
| 34 ## Contributing code | 34 ## Contributing code |
| 35 | 35 |
| 36 See [Contributing code](http://dev.chromium.org/developers/contributing-code). | 36 See [Contributing code](https://dev.chromium.org/developers/contributing-code). |
| 37 | 37 |
| 38 ## Debugging | 38 ## Debugging |
| 39 | 39 |
| 40 See [Linux debugging](linux_debugging.md). | 40 See [Linux debugging](linux_debugging.md). |
| 41 | 41 |
| 42 ## Documents | 42 ## Documents |
| 43 | 43 |
| 44 [Linux Graphics Pipeline](linux_graphics_pipeline.md) | 44 [Linux Graphics Pipeline](linux_graphics_pipeline.md) |
| OLD | NEW |