Index: tools/clang/scripts/run_tool.py |
diff --git a/tools/clang/scripts/run_tool.py b/tools/clang/scripts/run_tool.py |
index a1d29d09fb8b64931897c85eee3d83a461910c28..53b4185b6c69e15f4ee9ec408ee9cc78ce8c83d5 100755 |
--- a/tools/clang/scripts/run_tool.py |
+++ b/tools/clang/scripts/run_tool.py |
@@ -14,7 +14,7 @@ run_tool.py <tool> <path/to/compiledb> --all |
If you only want to run the tool across just chrome/browser and content/browser: |
run_tool.py <tool> <path/to/compiledb> chrome/browser content/browser |
-Please see https://code.google.com/p/chromium/wiki/ClangToolRefactoring for more |
+Please see https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tool_refactoring.md for more |
information, which documents the entire automated refactoring flow in Chromium. |
Why use this tool: |