commit | d2d573dab8ae1565d9e925a8d38fefa86fdee4dd | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Tue May 18 11:02:07 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 18 11:03:15 2021 -0700 |
tree | 672e49c3310ab00f84db783be53062b45028b4a0 | |
parent | 3f3a73aa6823269041462d4f74c2e0e78ae8db02 [diff] |
Fix a couple of links in HTML files. PiperOrigin-RevId: 374459109
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/target_compatible_with.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/target_compatible_with.html index 4557b6b..049490d 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/target_compatible_with.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/target_compatible_with.html
@@ -26,7 +26,8 @@ <p> <p> -All rules other than [Workspace Rules](workspace.html) support this attribute. +All rules other than <a href="workspace.html">Workspace Rules</a> support this +attribute. For some rules this attribute has no effect. For example, specifying <code>target_compatible_with</code> for a <code><a href="c-cpp.html#cc_toolchain">cc_toolchain</a></code> is not useful.