aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-03-21 19:02:03 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-22 10:54:20 +0000
commit8a4bbc0f674194ac8ad505f798b5c8720315765f (patch)
treeb5e00a104cc082688378730debd51e52adce11e4 /site/versions/master
parent3bf4fd06a0658440e87b5485e00be22007782b0d (diff)
Recover a link that seems to have been lost in a doc migration.
-- PiperOrigin-RevId: 150783779 MOS_MIGRATED_REVID=150783779
Diffstat (limited to 'site/versions/master')
-rw-r--r--site/versions/master/docs/skylark/build-style.md2
1 files changed, 1 insertions, 1 deletions
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