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

Unified Diff: tools/check_git_config.py

Issue 766273002: Fix "Managed Mode" URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/check_git_config.py
diff --git a/tools/check_git_config.py b/tools/check_git_config.py
index 2b5fe58dafd29bdf7bba465b83547fcc6ad760cb..ecdfc44273a8099c2469396c73612f2be07b7802 100755
--- a/tools/check_git_config.py
+++ b/tools/check_git_config.py
@@ -416,7 +416,7 @@ def check_gclient_config(conf):
print (
'It is strongly advised to switch to unmanaged mode. For more '
'information about managed mode and reasons for its deprecation see:')
- print 'http://www.chromium.org/developers/how-tos/get-the-code#Managed_mode'
+ print 'http://www.chromium.org/developers/how-tos/get-the-code/gclient-managed-mode'
print
print (
'There\'s also a large suite of tools to assist managing git '
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698