Index: docs/profiling_content_shell_on_android.md |
diff --git a/docs/profiling_content_shell_on_android.md b/docs/profiling_content_shell_on_android.md |
index cf33d06f87bcc2b2ebde2d55b21caf7e7e1f5c95..7fb21c288d25138e5d943a12ccc0c49730c122c7 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` |