Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit b96870a

Browse files
jindavidzchen
authored andcommitted
Update bazel.io references to bazel.build (#65)
1 parent 0111b98 commit b96870a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ suggest using the `dict(a.items() + b.items())` syntax instead.
1212

1313
[dict-op]: https://github.com/bazelbuild/bazel/issues/1086
1414

15-
## Is Skydoc used to generate the documentation on [Bazel.io](https://bazel.build)?
15+
## Is Skydoc used to generate the documentation on [bazel.build](https://bazel.build)?
1616

1717
Not for now. The [Build Encyclopedia](https://bazel.build/docs/be/overview.html)
1818
documents the set of native Bazel build rules written in Java, and the

skydoc/templates/html_footer.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<div class="mdl-mini-footer__left-section">
2121
<div class="mdl-logo">Bazel</div>
2222
<ul class="mdl-mini-footer__link-list">
23-
<li><a href="http://bazel.io">Home</a></li>
23+
<li><a href="https://bazel.build">Home</a></li>
2424
<li><a href="https://github.com/bazelbuild">GitHub</a></li>
2525
</ul>
2626
</div>

0 commit comments

Comments
 (0)