@@ -109,9 +109,9 @@ A `scala_binary` requires a `main_class` attribute.
109
109
<p><code>List of strings; optional</code></p>
110
110
<p>
111
111
Extra compiler options for this binary to be passed to scalac. Subject to
112
- <a href="http ://bazel.io/docs /be/make-variables.html ">Make variable
112
+ <a href="https ://bazel.build/reference /be/make-variables">Make variable
113
113
substitution</a> and
114
- <a href="http ://bazel.io/docs /be/common-definitions.html#borne-shell -tokenization">Bourne shell tokenization.</a>
114
+ <a href="https ://bazel.build/reference /be/common-definitions.html#sh -tokenization">Bourne shell tokenization.</a>
115
115
</p>
116
116
</td>
117
117
</tr>
@@ -121,9 +121,9 @@ A `scala_binary` requires a `main_class` attribute.
121
121
<p><code>List of strings; optional</code></p>
122
122
<p>
123
123
List of JVM flags to be passed to the executing JVM. Subject to
124
- <a href="http ://bazel.io/docs /be/make-variables.html">Make variable
124
+ <a href="https ://bazel.build/reference /be/make-variables.html">Make variable
125
125
substitution</a> and
126
- <a href="http ://bazel.io/docs /be/common-definitions.html#borne-shell -tokenization">Bourne shell tokenization.</a>
126
+ <a href="https ://bazel.build/reference /be/common-definitions.html#sh -tokenization">Bourne shell tokenization.</a>
127
127
</p>
128
128
</td>
129
129
</tr>
@@ -134,9 +134,9 @@ A `scala_binary` requires a `main_class` attribute.
134
134
<p>
135
135
List of JVM flags to be passed to scalac after the
136
136
<code>scalacopts</code>. Subject to
137
- <a href="http ://bazel.io/docs /be/make-variables.html">Make variable
137
+ <a href="https ://bazel.build/reference /be/make-variables.html">Make variable
138
138
substitution</a> and
139
- <a href="http ://bazel.io/docs /be/common-definitions.html#borne-shell -tokenization">Bourne shell tokenization.</a>
139
+ <a href="https ://bazel.build/reference /be/common-definitions.html#sh -tokenization">Bourne shell tokenization.</a>
140
140
</p>
141
141
</td>
142
142
</tr>
@@ -147,9 +147,9 @@ A `scala_binary` requires a `main_class` attribute.
147
147
<p>
148
148
List of JVM flags to be passed to javac after the
149
149
<code>javacopts</code>. Subject to
150
- <a href="http ://bazel.io/docs /be/make-variables.html">Make variable
150
+ <a href="https ://bazel.build/reference /be/make-variables.html">Make variable
151
151
substitution</a> and
152
- <a href="http ://bazel.io/docs /be/common-definitions.html#borne-shell -tokenization">Bourne shell tokenization.</a>
152
+ <a href="https ://bazel.build/reference /be/common-definitions.html#sh -tokenization">Bourne shell tokenization.</a>
153
153
</p>
154
154
</td>
155
155
</tr>
@@ -164,4 +164,4 @@ A `scala_binary` requires a `main_class` attribute.
164
164
</td>
165
165
</tr>
166
166
</tbody >
167
- </table >
167
+ </table >
0 commit comments