Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: tools/clang/translation_unit/test_translation_unit.py

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/clang/translation_unit/test_translation_unit.py
diff --git a/tools/clang/translation_unit/test_translation_unit.py b/tools/clang/translation_unit/test_translation_unit.py
index a8e8f6865af2f9269420d1cb9683b7db14bb6d58..f7d7006ac7e87ec02397832ff036df8107ad0d12 100755
--- a/tools/clang/translation_unit/test_translation_unit.py
+++ b/tools/clang/translation_unit/test_translation_unit.py
@@ -29,7 +29,7 @@ def _NumberOfTestsToString(tests):
# Before running this test script, please build the translation_unit clang tool
# first. This is explained here:
-# https://code.google.com/p/chromium/wiki/ClangToolRefactoring
+# https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tool_refactoring.md
def main():
tools_clang_directory = os.path.dirname(os.path.dirname(
os.path.realpath(__file__)))

Powered by Google App Engine
This is Rietveld 408576698