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
This commit is contained in:
Gert van Dijk
2019-08-26 16:39:42 +02:00
parent 1b78895867
commit 4506595e8e
2 changed files with 4 additions and 4 deletions

View File

@@ -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:
.

View File

@@ -9,7 +9,7 @@ To build Gerrit from source, you need:
* 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 @@ To build with all Error Prone warnings activated, run:
=== 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 @@ and then follow the link:dev-eclipse.html#setup[setup instructions].
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