summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2016-03-04 01:57:33 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-04 09:59:05 +0000
commit5f2d8e2f2dfccfcc91a0324862a8a89439c2e84f (patch)
treeebed69710da67f0f067679ec71b97b75984c8cb0
parentbe26ea4d3de8e8eeee326b6317ffefe9c7c21a37 (diff)
downloadchromium_src-5f2d8e2f2dfccfcc91a0324862a8a89439c2e84f.zip
chromium_src-5f2d8e2f2dfccfcc91a0324862a8a89439c2e84f.tar.gz
chromium_src-5f2d8e2f2dfccfcc91a0324862a8a89439c2e84f.tar.bz2
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}
-rw-r--r--docs/closure_compilation.md2
-rw-r--r--docs/common_build_tasks.md2
-rw-r--r--docs/linux_build_instructions.md2
-rw-r--r--docs/mac_build_instructions.md2
-rw-r--r--docs/profiling_content_shell_on_android.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/closure_compilation.md b/docs/closure_compilation.md
index 2f0907a..931029c 100644
--- a/docs/closure_compilation.md
+++ b/docs/closure_compilation.md
@@ -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
diff --git a/docs/common_build_tasks.md b/docs/common_build_tasks.md
index c181055..a518dff 100644
--- a/docs/common_build_tasks.md
+++ b/docs/common_build_tasks.md
@@ -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).
diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md
index 7802382..e6ecbe7 100644
--- a/docs/linux_build_instructions.md
+++ b/docs/linux_build_instructions.md
@@ -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.
diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md
index da40344..f0fa683 100644
--- a/docs/mac_build_instructions.md
+++ b/docs/mac_build_instructions.md
@@ -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
diff --git a/docs/profiling_content_shell_on_android.md b/docs/profiling_content_shell_on_android.md
index cf33d06..7fb21c2 100644
--- a/docs/profiling_content_shell_on_android.md
+++ b/docs/profiling_content_shell_on_android.md
@@ -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`