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

Unified Diff: docs/retrieving_code_analysis_warnings.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/profiling_content_shell_on_android.md ('k') | docs/system_hardening_features.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/retrieving_code_analysis_warnings.md
diff --git a/docs/retrieving_code_analysis_warnings.md b/docs/retrieving_code_analysis_warnings.md
index a59e6964bdf5f9b890f7b3d1b06dcd0feab0f84d..4f4a852bb1523028d670a1ed5cd829b2aa579644 100644
--- a/docs/retrieving_code_analysis_warnings.md
+++ b/docs/retrieving_code_analysis_warnings.md
@@ -4,7 +4,7 @@ Several times a day the Chromium code base is built with Microsoft VC++'s
`/analyze` compile option. This does static code analysis which has found
numerous bugs (see https://crbug.com/427616). While it is possible to visit the
`/analyze` builder page and look at the raw results
-(http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Windows%20Analyze)
+(https://build.chromium.org/p/chromium.fyi/builders/Chromium%20Windows%20Analyze)
this works very poorly.
As of this writing there are 2,702 unique warnings. Some of these are in header
« no previous file with comments | « docs/profiling_content_shell_on_android.md ('k') | docs/system_hardening_features.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698