From 8a4bbc0f674194ac8ad505f798b5c8720315765f Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 21 Mar 2017 19:02:03 +0000 Subject: Recover a link that seems to have been lost in a doc migration. -- PiperOrigin-RevId: 150783779 MOS_MIGRATED_REVID=150783779 --- site/versions/master/docs/skylark/build-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/versions/master') diff --git a/site/versions/master/docs/skylark/build-style.md b/site/versions/master/docs/skylark/build-style.md index 71cb3ee969..d7787593aa 100644 --- a/site/versions/master/docs/skylark/build-style.md +++ b/site/versions/master/docs/skylark/build-style.md @@ -96,7 +96,7 @@ are a few differences: * Implicit string concatenation is not supported. Use the `+` operator. *Rationale*: `BUILD` files contain many string lists. It is easy to forget a comma, which leads to a complete different result. This has created many bugs - in the past. See also this discussion. + in the past. [See also this discussion.](https://lwn.net/Articles/551438/) * Use spaces around the `=` sign for keywords arguments in rules. *Rationale*: Named arguments are much more frequent than in Python and are always on a -- cgit v1.2.3