summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authoruekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-28 20:46:34 +0000
committeruekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-28 20:46:34 +0000
commitcb70691a64d4c3d911dd770b66845fd326b30ba2 (patch)
tree3a5ba0c2aeb74ba9b9a3f71bda91c11773ba37e9 /PRESUBMIT.py
parent1dee256eba4097f1e445bd6de5df7ea85a7e492c (diff)
downloadchromium_src-cb70691a64d4c3d911dd770b66845fd326b30ba2.zip
chromium_src-cb70691a64d4c3d911dd770b66845fd326b30ba2.tar.gz
chromium_src-cb70691a64d4c3d911dd770b66845fd326b30ba2.tar.bz2
URL have moved for this error message.
BUG=None Review URL: https://codereview.chromium.org/360563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
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 []