| Index: docs/common_build_tasks.md
|
| diff --git a/docs/common_build_tasks.md b/docs/common_build_tasks.md
|
| index a518dff371f67d69395d69d55773f6835b4ff647..65a0b5f7db9709717f95a71c04e9f4b8b6e3aab1 100644
|
| --- a/docs/common_build_tasks.md
|
| +++ b/docs/common_build_tasks.md
|
| @@ -9,7 +9,7 @@ If you're new to Chromium development, read the
|
| [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).
|
| +[setting GYP build parameters](https://dev.chromium.org/developers/gyp-environment-variables).
|
|
|
| [TOC]
|
|
|
| @@ -21,7 +21,7 @@ A non-standard build configuration is to use dynamic linking instead of static
|
| linking for the various modules in the Chromium codebase. This results in
|
| significantly faster link times, but is a divergence from what is shipped and
|
| primarily tested. To enable the
|
| -[component build](http://www.chromium.org/developers/how-tos/component-build):
|
| +[component build](https://www.chromium.org/developers/how-tos/component-build):
|
|
|
| $ GYP_DEFINES="component=shared_library" gclient runhooks
|
|
|
|
|