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.