Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: docs/linux_development.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/linux_debugging.md ('k') | docs/linux_minidump_to_core.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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)
OLDNEW
« no previous file with comments | « docs/linux_debugging.md ('k') | docs/linux_minidump_to_core.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698