| Index: checkdeps/checkdeps.py
|
| diff --git a/checkdeps/checkdeps.py b/checkdeps/checkdeps.py
|
| index d3d977c01a5299bca1916b6b736168177f835c59..1bf6bacf4b35d188eade01aa26c0ff821a4c0c41 100755
|
| --- a/checkdeps/checkdeps.py
|
| +++ b/checkdeps/checkdeps.py
|
| @@ -9,7 +9,7 @@ Checks DEPS files in the source tree for rules, and applies those rules to
|
| "#include" and "import" directives in the .cpp, .java, and .proto source files.
|
| Any source file including something not permitted by the DEPS files will fail.
|
|
|
| -See builddeps.py for a detailed description of the DEPS format.
|
| +See README.md for a detailed description of the DEPS format.
|
| """
|
|
|
| import os
|
|
|