summaryrefslogtreecommitdiffstats
path: root/docs/profiling_content_shell_on_android.md
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 /docs/profiling_content_shell_on_android.md
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}
Diffstat (limited to 'docs/profiling_content_shell_on_android.md')
-rw-r--r--docs/profiling_content_shell_on_android.md2
1 files changed, 1 insertions, 1 deletions
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`