aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/input_template_test/golden.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/input_template_test/golden.md')
-rwxr-xr-xtest/testdata/input_template_test/golden.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/testdata/input_template_test/golden.md b/test/testdata/input_template_test/golden.md
index aff43e1..90e9a5d 100755
--- a/test/testdata/input_template_test/golden.md
+++ b/test/testdata/input_template_test/golden.md
@@ -2,7 +2,7 @@
Module Docstring: "Input file for input template test"
-<a name="#my_example"></a>
+<a id="#my_example"></a>
## my_example
@@ -19,7 +19,7 @@ Small example of rule using chosen template.
<b>
<code>name</code>
- <a href="https://bazel.build/docs/build-ref.html#name">Name</a>; required
+ <a href="https://bazel.build/concepts/labels#target-names">Name</a>; required
</b>
<p>
A unique name for this target.
@@ -33,7 +33,7 @@ Small example of rule using chosen template.
</p>
-<a name="#example"></a>
+<a id="#example"></a>
## example
@@ -61,7 +61,7 @@ Stores information about an example in chosen template.
<p>A string representing baz</p>
-<a name="#my_aspect_impl"></a>
+<a id="#my_aspect_impl"></a>
## my_aspect_impl
@@ -79,7 +79,7 @@ my_aspect_impl(<a href="#my_aspect_impl-ctx">ctx</a>)
<code>ctx</code>
required.
-<a name="#template_function"></a>
+<a id="#template_function"></a>
## template_function
@@ -104,7 +104,7 @@ Use `bazel build` to run the check.
</p>
-<a name="#my_aspect"></a>
+<a id="#my_aspect"></a>
## my_aspect
@@ -125,14 +125,14 @@ This is my aspect. It does stuff.
<b>
<code>name</code>
- <a href="https://bazel.build/docs/build-ref.html#name">Name</a>; required
+ <a href="https://bazel.build/concepts/labels#target-names">Name</a>; required
</b>
<p>
A unique name for this target.
</p>
<b>
<code>first</code>
- <a href="https://bazel.build/docs/build-ref.html#labels">Label</a>; required
+ <a href="https://bazel.build/concepts/labels">Label</a>; required
</b>