From fd0775f1a439cec89c0526f95556e7b6b584b9e3 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 4 Jun 2018 23:22:01 +0900 Subject: [PATCH] dev-contributing: Update link to buildifier tool Change-Id: I93adcabfd572305a93d54157bbe22703421385a6 --- Documentation/dev-contributing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt index 242c042cea..22e317405c 100644 --- a/Documentation/dev-contributing.txt +++ b/Documentation/dev-contributing.txt @@ -154,7 +154,8 @@ Guide]. To format Java source code, Gerrit uses the link:https://github.com/google/google-java-format[`google-java-format`] tool (version 1.5), and to format Bazel BUILD and WORKSPACE files the -link:https://github.com/bazelbuild/buildifier[`buildifier`] tool (version 0.11.1). +link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`] +tool (version 0.11.1). These tools automatically apply format according to the style guides; this streamlines code review by reducing the need for time-consuming, tedious, and contentious discussions about trivial issues like whitespace.