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

Unified Diff: docs/windows_split_dll.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/windows_build_instructions.md ('k') | docs/writing_clang_plugins.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/windows_split_dll.md
diff --git a/docs/windows_split_dll.md b/docs/windows_split_dll.md
index 1ce6b34cc4d53a3d2e720ab1e59d0c32db69b6c8..e7f4c2cf33c581c935e4aeaef607a2a77cb85f9b 100644
--- a/docs/windows_split_dll.md
+++ b/docs/windows_split_dll.md
@@ -46,13 +46,13 @@ import/export, however it cannot work for data export.
There are relatively few instances where data exports are required across the
DLL boundary. The waterfall builder
-http://build.chromium.org/p/chromium/waterfall?show=Win%20Split will detect when
+https://build.chromium.org/p/chromium/waterfall?show=Win%20Split will detect when
new data exports are added, and these will need to be repaired. For constants,
the data can be duplicated to both DLLs, but for writeable data, a wrapping
set/get function will need to be added.
-http://build.chromium.org/p/chromium/waterfall?show=Win%20Split does not exist.
+https://build.chromium.org/p/chromium/waterfall?show=Win%20Split does not exist.
Some more details can be found on the initial commit of the split_link script
-http://src.chromium.org/viewvc/chrome?revision=200049&view=revision and the
-associated bugs: http://crbug.com/237249 http://crbug.com/237267.
+https://src.chromium.org/viewvc/chrome?revision=200049&view=revision and the
+associated bugs: https://crbug.com/237249 https://crbug.com/237267.
« no previous file with comments | « docs/windows_build_instructions.md ('k') | docs/writing_clang_plugins.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698