| 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 '
|
|
|