aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
index 66cb58ba92..a37642dcec 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/features.html
@@ -1,7 +1,7 @@
<p><code>List of <i>features</i>. Default is the empty list.</code></p>
<p><i>Features</i> on a rule modify the <i>features</i> currently enabled on
-the <a href="functions.html#package">package</a> level via the <i>features</i> attribute.<br/>
+ the <a href="${link package}">package</a> level via the <i>features</i> attribute.<br/>
For example, if the features ['a', 'b'] are enabled on the package level,
and a rule <i>features</i> attribute contains ['-a', 'c'], the features
enabled for the rule will be 'b' and 'c'.