Skip to content

Commit

Permalink
Build Encyclopedia update $(location) links to predefined variables.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530908577
Change-Id: I43c80941d877d50425b8896d71eb22802e5b9c0a
  • Loading branch information
Googler authored and copybara-github committed May 10, 2023
1 parent df728bd commit 0ad0a8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>
<code>List of strings; optional; subject to
<a href="${link make-variables#location}">$(location)</a> and
<a href="${link make-variables#predefined_label_variables}">$(location)</a> and
<a href="${link make-variables}">"Make variable"</a> substitution, and
<a href="#sh-tokenization">Bourne shell tokenization</a>;
<a href="#configurable-attributes">nonconfigurable</a></code>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p><code>Dictionary of strings; optional; values are subject to
<a href="${link make-variables#location}">$(location)</a> and
<a href="${link make-variables#predefined_label_variables}">$(location)</a> and
<a href="${link make-variables}">"Make variable"</a> substitution</code></p>

<p>Specifies additional environment variables to set when the target is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p><code>List of strings; optional; subject to
<a href="${link make-variables#location}">$(location)</a> and
<a href="${link make-variables#predefined_label_variables}">$(location)</a> and
<a href="${link make-variables}">"Make variable"</a> substitution, and
<a href="#sh-tokenization">Bourne shell tokenization</a></code></p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>
<code
>Dictionary of strings; optional; values are subject to
<a href="${link make-variables#location}">$(location)</a> and
<a href="${link make-variables#predefined_label_variables}">$(location)</a> and
<a href="${link make-variables}">"Make variable"</a> substitution</code
>
</p>
Expand Down

0 comments on commit 0ad0a8d

Please sign in to comment.