Skip to content

Commit 85f85d1

Browse files
authored
1 parent 02ea803 commit 85f85d1

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ in [./scala/scala.bzl](./scala/scala.bzl).
2525

2626
### Code reviews and other contributions.
2727
**All submissions, including submissions by project members, require review.**
28-
Please follow the instructions in [the contributors documentation](http://bazel.io/contributing.html).
28+
Please follow the instructions in [the contributors documentation](https://bazel.build/contribute).
2929

3030
### The small print
3131
Contributions made by corporations are covered by a different agreement than

docs/scala_binary.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -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>

docs/scala_library.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
121121
<p><code>List of strings; optional</code></p>
122122
<p>
123123
Extra compiler options for this library to be passed to scalac. 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>
@@ -143,9 +143,9 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
143143
<p>
144144
List of JVM flags to be passed to scalac after the
145145
<code>scalacopts</code>. Subject to
146-
<a href="http://bazel.io/docs/be/make-variables.html">Make variable
146+
<a href="https://bazel.build/reference/be/make-variables.html">Make variable
147147
substitution</a> and
148-
<a href="http://bazel.io/docs/be/common-definitions.html#borne-shell-tokenization">Bourne shell tokenization.</a>
148+
<a href="https://bazel.build/reference/be/common-definitions.html#sh-tokenization">Bourne shell tokenization.</a>
149149
</p>
150150
</td>
151151
</tr>
@@ -156,9 +156,9 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
156156
<p>
157157
List of JVM flags to be passed to javac after the
158158
<code>javacopts</code>. Subject to
159-
<a href="http://bazel.io/docs/be/make-variables.html">Make variable
159+
<a href="https://bazel.build/reference/be/make-variables.html">Make variable
160160
substitution</a> and
161-
<a href="http://bazel.io/docs/be/common-definitions.html#borne-shell-tokenization">Bourne shell tokenization.</a>
161+
<a href="https://bazel.build/reference/be/common-definitions.html#sh-tokenization">Bourne shell tokenization.</a>
162162
</p>
163163
</td>
164164
</tr>
@@ -173,4 +173,4 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
173173
</td>
174174
</tr>
175175
</tbody>
176-
</table>
176+
</table>

docs/scala_macro_library.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
122122
<p><code>List of strings; optional</code></p>
123123
<p>
124124
Extra compiler options for this library to be passed to scalac. Subject to
125-
<a href="http://bazel.io/docs/be/make-variables.html">Make variable
125+
<a href="https://bazel.build/reference/be/make-variables.html">Make variable
126126
substitution</a> and
127-
<a href="http://bazel.io/docs/be/common-definitions.html#borne-shell-tokenization">Bourne shell tokenization.</a>
127+
<a href="https://bazel.build/reference/be/common-definitions.html#sh-tokenization">Bourne shell tokenization.</a>
128128
</p>
129129
</td>
130130
</tr>
@@ -144,9 +144,9 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
144144
<p>
145145
List of JVM flags to be passed to scalac after the
146146
<code>scalacopts</code>. Subject to
147-
<a href="http://bazel.io/docs/be/make-variables.html">Make variable
147+
<a href="https://bazel.build/reference/be/make-variables.html">Make variable
148148
substitution</a> and
149-
<a href="http://bazel.io/docs/be/common-definitions.html#borne-shell-tokenization">Bourne shell tokenization.</a>
149+
<a href="https://bazel.build/reference/be/common-definitions.html#sh-tokenization">Bourne shell tokenization.</a>
150150
</p>
151151
</td>
152152
</tr>
@@ -157,9 +157,9 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
157157
<p>
158158
List of JVM flags to be passed to javac after the
159159
<code>javacopts</code>. Subject to
160-
<a href="http://bazel.io/docs/be/make-variables.html">Make variable
160+
<a href="https://bazel.build/reference/be/make-variables.html">Make variable
161161
substitution</a> and
162-
<a href="http://bazel.io/docs/be/common-definitions.html#borne-shell-tokenization">Bourne shell tokenization.</a>
162+
<a href="https://bazel.build/reference/be/common-definitions.html#sh-tokenization">Bourne shell tokenization.</a>
163163
</p>
164164
</td>
165165
</tr>
@@ -174,4 +174,4 @@ In order to have a Java rule use this jar file, use the `java_import` rule.
174174
</td>
175175
</tr>
176176
</tbody>
177-
</table>
177+
</table>

0 commit comments

Comments
 (0)