docs: update the links to the get-the-code page to use the https url
This patch changes all the links to the get-the-code web page to use the safer https url version. BUG=None R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/1756483006 Cr-Commit-Position: refs/heads/master@{#379260}
This commit is contained in:
@ -39,7 +39,7 @@ See also:
|
||||
## Assumptions
|
||||
|
||||
A working Chrome checkout. See here:
|
||||
http://www.chromium.org/developers/how-tos/get-the-code
|
||||
https://www.chromium.org/developers/how-tos/get-the-code
|
||||
|
||||
## Typechecking Your Javascript
|
||||
|
||||
|
@ -6,7 +6,7 @@ Chromium product. This page has more advanced information about the build
|
||||
system.
|
||||
|
||||
If you're new to Chromium development, read the
|
||||
[getting started guides](http://dev.chromium.org/developers/how-tos/get-the-code).
|
||||
[getting started guides](https://www.chromium.org/developers/how-tos/get-the-code).
|
||||
|
||||
There is some additional documentation on
|
||||
[setting GYP build parameters](http://dev.chromium.org/developers/gyp-environment-variables).
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
## Get the code
|
||||
|
||||
[Get the Code](http://dev.chromium.org/developers/how-tos/get-the-code). The
|
||||
[Get the Code](https://www.chromium.org/developers/how-tos/get-the-code). The
|
||||
general instructions on the "Get the code" page cover basic Linux build setup
|
||||
and configuration.
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
## Getting the code
|
||||
|
||||
[Check out the source code](http://dev.chromium.org/developers/how-tos/get-the-code)
|
||||
[Check out the source code](https://www.chromium.org/developers/how-tos/get-the-code)
|
||||
using Git.
|
||||
|
||||
Before checking out, go to the
|
||||
|
@ -18,7 +18,7 @@ don’t mind erasing all data, rooting, and installing a userdebug build on.
|
||||
|
||||
1. Get the code! You’ll want a second checkout as this will be
|
||||
android-specific. You know the drill:
|
||||
http://dev.chromium.org/developers/how-tos/get-the-code
|
||||
https://www.chromium.org/developers/how-tos/get-the-code
|
||||
1. Append this to your `.gclient` file: `target_os = ['android']`
|
||||
1. Create `chromium.gyp_env` next to your `.gclient` file:
|
||||
`echo "{ 'GYP_DEFINES': 'OS=android', }" > chromium.gyp_env`
|
||||
|
Reference in New Issue
Block a user