| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index c2a4c5c3e0a0a859d9e22cc2af53e25ba9cfa12d..ecb3538907d4e23491ab9d7f06f913e25b29440f 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -386,7 +386,7 @@ def _CheckNoDEPSGIT(input_api, output_api):
|
| 'Never commit changes to .DEPS.git. This file is maintained by an\n'
|
| 'automated system based on what\'s in DEPS and your changes will be\n'
|
| 'overwritten.\n'
|
| - 'See http://code.google.com/p/chromium/wiki/UsingNewGit#Rolling_DEPS\n'
|
| + 'See https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code#Rolling_DEPS\n'
|
| 'for more information')]
|
| return []
|
|
|
|
|