aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-10-28 10:01:24 +0000
committerGravatar John Cater <jcater@google.com>2016-10-28 16:02:51 +0000
commitba306ec7c9bef5369cacebc8248350dd077381c3 (patch)
tree199a6e84da9fc5327a98fbfd158f3b8ec39f2452 /site/blog
parent0adc29a998f5ae9639f59a10467b7a921093aa03 (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=137494506
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/_posts/2015-04-15-share-your-project.md2
-rw-r--r--site/blog/_posts/2015-06-17-visualize-your-build.md2
-rw-r--r--site/blog/_posts/2015-07-01-Configuration-File.md2
-rw-r--r--site/blog/_posts/2015-07-28-docker_build.md2
-rw-r--r--site/blog/_posts/2015-09-01-beta-release.md14
-rw-r--r--site/blog/_posts/2016-01-27-continuous-integration.md18
-rw-r--r--site/blog/_posts/2016-02-23-0.2.0-release.md4
-rw-r--r--site/blog/_posts/2016-03-18-sandbox-easier-debug.md2
-rw-r--r--site/blog/_posts/2016-06-10-0.3.0-release.md18
-rw-r--r--site/blog/_posts/2016-06-10-ide-support.md2
-rw-r--r--site/blog/_posts/2016-10-20-intellij-support.md4
11 files changed, 35 insertions, 35 deletions
diff --git a/site/blog/_posts/2015-04-15-share-your-project.md b/site/blog/_posts/2015-04-15-share-your-project.md
index d937b6deb7..49ffa2f5db 100644
--- a/site/blog/_posts/2015-04-15-share-your-project.md
+++ b/site/blog/_posts/2015-04-15-share-your-project.md
@@ -4,7 +4,7 @@ title: Tell us about your Bazel project!
---
We're setting up a list of projects using Bazel. If you'd like us
-to list your project on [bazel.io](http://bazel.io),
+to list your project on [bazel.build](http://bazel.build),
[send us](https://groups.google.com/d/msg/bazel-discuss/5XaCYQOdN8o/DHE9H4ygHiYJ)
the following information:
diff --git a/site/blog/_posts/2015-06-17-visualize-your-build.md b/site/blog/_posts/2015-06-17-visualize-your-build.md
index 0bd20e1aa1..fc37e879d0 100644
--- a/site/blog/_posts/2015-06-17-visualize-your-build.md
+++ b/site/blog/_posts/2015-06-17-visualize-your-build.md
@@ -20,7 +20,7 @@ $ cd tiny-workspace
```
Make sure you've
-[downloaded and installed Bazel](http://bazel.io/docs/install.html) and have the
+[downloaded and installed Bazel](http://bazel.build/docs/install.html) and have the
following line to your _~/.bazelrc_:
```
diff --git a/site/blog/_posts/2015-07-01-Configuration-File.md b/site/blog/_posts/2015-07-01-Configuration-File.md
index 037096b1ce..b969141021 100644
--- a/site/blog/_posts/2015-07-01-Configuration-File.md
+++ b/site/blog/_posts/2015-07-01-Configuration-File.md
@@ -24,4 +24,4 @@ three paths to master rc files that are read in the following order:
2. `/path/to/bazel.bazelrc` (alongside bazel rc file), and
3. `/etc/bazel.bazelrc` (system-wide bazel rc file).
-The complete documentation on rc file is [here](http://bazel.io/docs/bazel-user-manual.html#bazelrc).
+The complete documentation on rc file is [here](http://bazel.build/docs/bazel-user-manual.html#bazelrc).
diff --git a/site/blog/_posts/2015-07-28-docker_build.md b/site/blog/_posts/2015-07-28-docker_build.md
index 49cb5a00c6..121261f58f 100644
--- a/site/blog/_posts/2015-07-28-docker_build.md
+++ b/site/blog/_posts/2015-07-28-docker_build.md
@@ -59,7 +59,7 @@ ADD bazinga /
VOLUMES /asdf
```
-Using [remote repositories](http://bazel.io/docs/external.html), it is possible
+Using [remote repositories](http://bazel.build/docs/external.html), it is possible
to fetch the various base image for the web and we are working on providing a
`docker_pull` rule to interact more fluently with existing images.
diff --git a/site/blog/_posts/2015-09-01-beta-release.md b/site/blog/_posts/2015-09-01-beta-release.md
index 46278045a9..67bbcf2040 100644
--- a/site/blog/_posts/2015-09-01-beta-release.md
+++ b/site/blog/_posts/2015-09-01-beta-release.md
@@ -5,7 +5,7 @@ title: Bazel Builder Blasts Beyond Beta Barrier
_Reposted from [Google's Open Source blog](http://google-opensource.blogspot.com/2015/09/building-build-system-bazel-reaches-beta.html)._
-We're excited to announce the Beta release of [Bazel](http://bazel.io), an [open
+We're excited to announce the Beta release of [Bazel](http://bazel.build), an [open
source](https://github.com/bazelbuild/bazel) build system designed to support a
wide variety of different programming languages and platforms.
@@ -24,20 +24,20 @@ Our beta release provides:
* Binary releases for
[Linux and OS X](https://github.com/bazelbuild/bazel/releases).
* Support for building and testing C++, Java, Python, Rust,
- [and more](http://bazel.io/docs/be/overview.html).
+ [and more](http://bazel.build/docs/be/overview.html).
* Support for building Docker images, Android apps, and iOS apps.
* Support for using libraries from
- [Maven, GitHub, and more](http://bazel.io/docs/external.html).
-* [A robust API](http://bazel.io/docs/skylark/index.html) for adding your own
+ [Maven, GitHub, and more](http://bazel.build/docs/external.html).
+* [A robust API](http://bazel.build/docs/skylark/index.html) for adding your own
build rules.
-Check out the [tutorial app](http://bazel.io/docs/tutorial/index.html) to see a
+Check out the [tutorial app](http://bazel.build/docs/tutorial/index.html) to see a
working example using several languages.
We still have a long way to go. Looking ahead towards our 1.0.0 release, we
plan to provide Windows support, distributed caching, and Go support among other
-features. See our [roadmap](http://bazel.io/roadmap.html) for more details
-and follow our [blog](http://bazel.io/blog) or
+features. See our [roadmap](http://bazel.build/roadmap.html) for more details
+and follow our [blog](http://bazel.build/blog) or
[Twitter](https://twitter.com/bazelbuild) account for regular updates. Feel
free to contact us with questions or feedback on the
[mailing list](https://groups.google.com/forum/#!forum/bazel-discuss) or IRC
diff --git a/site/blog/_posts/2016-01-27-continuous-integration.md b/site/blog/_posts/2016-01-27-continuous-integration.md
index 130e0d5a41..b843a17d01 100644
--- a/site/blog/_posts/2016-01-27-continuous-integration.md
+++ b/site/blog/_posts/2016-01-27-continuous-integration.md
@@ -13,19 +13,19 @@ build.
## Running Bazel on virtual or physical machines.
-For [ci.bazel.io](http://ci.bazel.io), we use
+For [ci.bazel.build](http://ci.bazel.build), we use
[Google Compute Engine](https://cloud.google.com/compute/) virtual machine for
our Linux build and a physical Mac mini for our Mac build. Apart from Bazel
tests that are run using the
[`./compile.sh`](https://github.com/bazelbuild/bazel/blob/master/compile.sh)
script, we also run some projects to validate Bazel binaries against: the
[Bazel Tutorial](https://github.com/bazelbuild/examples/tree/master/tutorial)
-[here](http://ci.bazel.io/job/Tutorial/),
-[re2](https://github.com/google/re2) [here](http://ci.bazel.io/job/re2/),
+[here](http://ci.bazel.build/job/Tutorial/),
+[re2](https://github.com/google/re2) [here](http://ci.bazel.build/job/re2/),
[protobuf](https://github.com/google/protobuf)
-[here](http://ci.bazel.io/job/protobuf/), and
+[here](http://ci.bazel.build/job/protobuf/), and
[TensorFlow](https://www.tensorflow.org)
-[here](http://ci.bazel.io/job/TensorFlow/).
+[here](http://ci.bazel.build/job/TensorFlow/).
Bazel is reinstalled each time we run the tutorial or TensorFlow, but the Bazel
cache is maintained across installs. The setup for those jobs is the following:
@@ -64,7 +64,7 @@ has some feature that are incompatibles with Docker:
you cannot mount the socket inside the Docker container, then you must disable
client-server communication by running Bazel in batch mode with the `--batch`
flag.
-- Bazel [sandboxes all actions on linux by default](http://bazel.io/blog/2015/09/11/sandboxing.html)
+- Bazel [sandboxes all actions on linux by default](http://bazel.build/blog/2015/09/11/sandboxing.html)
and this needs special privileges in the Docker container (enabled by
[`--privilege=true`](https://docs.docker.com/engine/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration).
If you cannot enable the namespace sandbox, you can deactivate it in Bazel
@@ -137,11 +137,11 @@ using `test` and `build` commands:
</table>
These return codes can be used to determine the reason for a failure
-(in [ci.bazel.io](http://ci.bazel.io), we mark builds that have exited with exit
+(in [ci.bazel.build](http://ci.bazel.build), we mark builds that have exited with exit
code 3 as unstable, and other non zero code as failed).
You can also control how much information about test results Bazel prints out
-with the [`--test_output` flag](http://bazel.io/docs/bazel-user-manual.html#flag--test_output).
+with the [`--test_output` flag](http://bazel.build/docs/bazel-user-manual.html#flag--test_output).
Generally, printing the output of test that fails with `--test_output=errors` is
a good setting for a CI system.
@@ -153,6 +153,6 @@ Other tests also get [a basic XML output file](https://github.com/bazelbuild/baz
that contains only the result of the test (success or failure).
To get your test results, you can also use the
-[Bazel dashboard](http://bazel.io/blog/2015/07/29/dashboard-dogfood.html),
+[Bazel dashboard](http://bazel.build/blog/2015/07/29/dashboard-dogfood.html),
an optional system that automatically uploads Bazel test results to a shared
server.
diff --git a/site/blog/_posts/2016-02-23-0.2.0-release.md b/site/blog/_posts/2016-02-23-0.2.0-release.md
index c643358e5e..bc40805b3c 100644
--- a/site/blog/_posts/2016-02-23-0.2.0-release.md
+++ b/site/blog/_posts/2016-02-23-0.2.0-release.md
@@ -9,7 +9,7 @@ Bazel. This release marks major improvements in support for external
repositories, Skylark and testing, in particular how external repositories and
Skylark can work together.
-## Improvements from our [roadmap](http://bazel.io/roadmap.html)
+## Improvements from our [roadmap](http://bazel.build/roadmap.html)
### Skylark rules can now be loaded from remote repositories
@@ -42,7 +42,7 @@ list](https://groups.google.com/forum/#!forum/bazel-discuss).
### Go build and test support
There is now Go language support, see [the
-documentation](http://bazel.io/docs/be/go.html) for details.
+documentation](http://bazel.build/docs/be/go.html) for details.
### Open sourcing tests
diff --git a/site/blog/_posts/2016-03-18-sandbox-easier-debug.md b/site/blog/_posts/2016-03-18-sandbox-easier-debug.md
index 9390cdd91c..64f6841488 100644
--- a/site/blog/_posts/2016-03-18-sandbox-easier-debug.md
+++ b/site/blog/_posts/2016-03-18-sandbox-easier-debug.md
@@ -6,7 +6,7 @@ title: Easier Debugging of Sandbox Failures
We have often heard that debugging failed execution due to issues with the sandbox is difficult and requires knowledge of the sandboxing code of Bazel to actually understand what’s happening. With [these changes](https://github.com/bazelbuild/bazel/commit/40ee9de052e3bb8cf5a59eeff3936148e1f55e69), we hope that you will be able to solve common issues easier on your own and make debugging easier.
-If you don’t know much about Bazel sandbox, you might want to read [this blog post](http://bazel.io/blog/2015/09/11/sandboxing.html)
+If you don’t know much about Bazel sandbox, you might want to read [this blog post](http://bazel.build/blog/2015/09/11/sandboxing.html)
## What we did:
diff --git a/site/blog/_posts/2016-06-10-0.3.0-release.md b/site/blog/_posts/2016-06-10-0.3.0-release.md
index 0da207e0e6..d8a97c3a71 100644
--- a/site/blog/_posts/2016-06-10-0.3.0-release.md
+++ b/site/blog/_posts/2016-06-10-0.3.0-release.md
@@ -9,18 +9,18 @@ Bazel. This milestone is marked by support for IDE integration but also major
features such as remote caching of build artifacts and experimental Windows
support.
-## Improvements from our [roadmap](http://bazel.io/roadmap.html)
+## Improvements from our [roadmap](http://bazel.build/roadmap.html)
### IDE support
In this release, we made it possible to [generate information for IDEs from
-Bazel build files](http://bazel.io/blog/2016/06/10/ide-support.html) using
-[Skylark aspects](http://bazel.io/docs/skylark/aspects.html).
+Bazel build files](http://bazel.build/blog/2016/06/10/ide-support.html) using
+[Skylark aspects](http://bazel.build/docs/skylark/aspects.html).
Simultaneous with Bazel 0.3 release, we are announcing the availability of two
projects integrating Bazel with different IDEs:
-* [Tulsi](http://tulsi.bazel.io) is an Xcode plugin for Bazel. This is the same
+* [Tulsi](http://tulsi.bazel.build) is an Xcode plugin for Bazel. This is the same
plugin that teams inside Google use for developing iOS applications.
* [e4b](https://github.com/bazelbuild/e4b) is an experimental Eclipse plugin for
Bazel. It was made to illustrate the use of Skylark aspects for IDE
@@ -29,7 +29,7 @@ projects integrating Bazel with different IDEs:
### Windows support
-Bazel can now bootstrap on [Windows](http://bazel.io/docs/windows.html) without
+Bazel can now bootstrap on [Windows](http://bazel.build/docs/windows.html) without
admin privilege and can use the Microsoft Visual C++ toolchain. Windows
support is still highly experimental and we have identified
[several issues](https://github.com/bazelbuild/bazel/issues?q=is%3Aissue+is%3Aopen+label%3A%22category%3A+multi-platform+%3E+windows%22)
@@ -46,16 +46,16 @@ with Alpha to enhance that support.
### Skylark remote repositories
Remote repository rules can now be created using
-[Skylark](http://bazel.io/docs/skylark/repository_rules.html). This can be used
+[Skylark](http://bazel.build/docs/skylark/repository_rules.html). This can be used
to support your custom protocols, interfacing with new packaging systems or even
do auto-configuration to use a toolchain on your local disk. We use it
-especially to have [a better out-of-the-box experience with C++ toolchains](http://www.bazel.io/blog/2016/03/31/autoconfiguration.html).
+especially to have [a better out-of-the-box experience with C++ toolchains](http://www.bazel.build/blog/2016/03/31/autoconfiguration.html).
## Other major changes since 0.2.0
* We just open-sourced our BUILD file formatter, [buildifier](https://github.com/bazelbuild/buildifier).
* We now provide a Debian APT repository for installing bazel, see the
- [installation guide](http://bazel.io/docs/install.html) on how to use it.
+ [installation guide](http://bazel.build/docs/install.html) on how to use it.
* Our JUnit test runner for Java tests (`--nolegacy_bazel_java_test`) is now the
default.
@@ -68,7 +68,7 @@ changes.
Looking ahead to 0.4.0:
* The last blockers for `--strategy=worker=Javac` will be resolved, making Java
- builds [faster](http://www.bazel.io/blog/2015/12/10/java-workers.html).
+ builds [faster](http://www.bazel.build/blog/2015/12/10/java-workers.html).
* [Yue](https://github.com/hermione521) has made great progress in making
[Ulf](https://github.com/ulfjack)'s prototype of [sandboxing for OS
X](https://github.com/bazelbuild/bazel/tree/osx-sandbox-hardlinks) real.
diff --git a/site/blog/_posts/2016-06-10-ide-support.md b/site/blog/_posts/2016-06-10-ide-support.md
index 6d0f7cc881..34b7d6a6bb 100644
--- a/site/blog/_posts/2016-06-10-ide-support.md
+++ b/site/blog/_posts/2016-06-10-ide-support.md
@@ -8,7 +8,7 @@ With the 0.3 release, we finally have all machinery in place that allows
implementing integration with Bazel in IDEs. Simultaneous with that
Bazel release we are also making public two IDE plugins:
-* [Tulsi](http://tulsi.bazel.io): Bazel support for Xcode.
+* [Tulsi](http://tulsi.bazel.build): Bazel support for Xcode.
* [e4b](https://github.com/bazelbuild/e4b): a sample Bazel plugin for Eclipse.
In this post, we will look into how Bazel enables IDE integration
diff --git a/site/blog/_posts/2016-10-20-intellij-support.md b/site/blog/_posts/2016-10-20-intellij-support.md
index 6bd7a6a423..4f95745224 100644
--- a/site/blog/_posts/2016-10-20-intellij-support.md
+++ b/site/blog/_posts/2016-10-20-intellij-support.md
@@ -4,7 +4,7 @@ title: IntelliJ and Android Studio support
---
We've recently open-sourced Bazel plugins for
-[IntelliJ and Android Studio](https://ij.bazel.io).
+[IntelliJ and Android Studio](https://ij.bazel.build).
## Key Features ##
@@ -25,6 +25,6 @@ To try them out, you can install them directly from within the IDE
JetBrains [plugin repository](https://plugins.jetbrains.com/search/index?search=bazel),
or build directly from [source](https://github.com/bazelbuild/intellij).
-Detailed docs are available [here](https://ij.bazel.io).
+Detailed docs are available [here](https://ij.bazel.build).
The plugins are currently Linux-only, with plans for Mac support in the future.