diff options
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index c2a4c5c..ecb3538 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 [] |