Documentation: update external links to Bazel
bazel.io is now redirecting to bazel.build, and docs are hosted on their
own subdomain.
Change-Id: Id4c0f881f767114e1a13b822ed6562a3261cedcb
diff --git a/.bazelproject b/.bazelproject
index 8a726eb..e14c108 100644
--- a/.bazelproject
+++ b/.bazelproject
@@ -1,6 +1,6 @@
# The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE.
#
-# See: https://ij.bazel.io/docs/project-views.html
+# See: https://ij.bazel.build/docs/project-views.html
directories:
.
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 63a66d5..5131c2c 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -9,7 +9,7 @@
* A JDK for Java 8|9|10|11|...
* Python 2 or 3
* Node.js
-* link:https://www.bazel.io/versions/master/docs/install.html[Bazel]
+* link:https://docs.bazel.build/versions/master/install.html[Bazel]
* Maven
* zip, unzip
* gcc
@@ -219,7 +219,7 @@
=== IntelliJ
-The Gerrit build works with Bazel's link:https://ij.bazel.io[IntelliJ plugin].
+The Gerrit build works with Bazel's link:https://ij.bazel.build[IntelliJ plugin].
Please follow the instructions on <<dev-intellij#,IntelliJ Setup>>.
=== Eclipse
@@ -239,7 +239,7 @@
If an updated classpath is needed, the Eclipse project can be
refreshed and missing dependency JARs can be downloaded by running
`project.py` again. For IntelliJ, you need to click the `Sync Project
-with BUILD Files` button of link:https://ij.bazel.io[IntelliJ plugin].
+with BUILD Files` button of link:https://ij.bazel.build[Bazel plugin].
[[documentation]]
=== Documentation