Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1345)

Unified Diff: docs/common_build_tasks.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/closure_compilation.md ('k') | docs/git_cookbook.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « docs/closure_compilation.md ('k') | docs/git_cookbook.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698