@@ -109,9 +109,9 @@ A `scala_binary` requires a `main_class` attribute.
109109 <p><code>List of strings; optional</code></p>
110110 <p>
111111 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
113113 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>
115115 </p>
116116 </td>
117117 </tr>
@@ -121,9 +121,9 @@ A `scala_binary` requires a `main_class` attribute.
121121 <p><code>List of strings; optional</code></p>
122122 <p>
123123 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
125125 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>
127127 </p>
128128 </td>
129129 </tr>
@@ -134,9 +134,9 @@ A `scala_binary` requires a `main_class` attribute.
134134 <p>
135135 List of JVM flags to be passed to scalac after the
136136 <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
138138 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>
140140 </p>
141141 </td>
142142 </tr>
@@ -147,9 +147,9 @@ A `scala_binary` requires a `main_class` attribute.
147147 <p>
148148 List of JVM flags to be passed to javac after the
149149 <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
151151 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>
153153 </p>
154154 </td>
155155 </tr>
@@ -164,4 +164,4 @@ A `scala_binary` requires a `main_class` attribute.
164164 </td>
165165 </tr>
166166 </tbody >
167- </table >
167+ </table >
0 commit comments