aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar Peter Mounce <petermounce@improbable.io>2016-08-25 14:52:45 +0000
committerGravatar John Cater <jcater@google.com>2016-08-25 20:19:51 +0000
commit1832cedcdff0962cb74dda2ca5c7800b890d237e (patch)
tree02afd9ee322650204a72c79d82015f996ac4b8ac /site/blog
parent94e2742db235c7bf7d254a8d5a4c10ff3495c656 (diff)
Correct links to windows-support issues list
I elected to update the old blog posts too, since finding bazel via those is quite likely. Closes #1657. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1657 MOS_MIGRATED_REVID=131288540
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/_posts/2016-02-23-0.2.0-release.md2
-rw-r--r--site/blog/_posts/2016-06-10-0.3.0-release.md2
2 files changed, 2 insertions, 2 deletions
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 5058a079d5..c643358e5e 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
@@ -73,7 +73,7 @@ for changes.
Looking ahead to 0.3.0:
* Windows support is coming! (See the [Windows
- label](https://github.com/bazelbuild/bazel/labels/Windows) to follow the
+ label](https://github.com/bazelbuild/bazel/issues?q=is%3Aissue+is%3Aopen+label%3A%22category%3A+multi-platform+%3E+windows%22) to follow the
progress there).
* Remote caching and execution is in progress (see [Alpha Lam's
work](https://docs.google.com/document/d/1CvEw3uu9mUszK-ukmSWp4Dmy43KDlHAjW75Gf17bUY8/preview)).
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 bbec6264bf..0da207e0e6 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
@@ -32,7 +32,7 @@ projects integrating Bazel with different IDEs:
Bazel can now bootstrap on [Windows](http://bazel.io/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%3Aopen+is%3Aissue+label%3A%22category%3A+windows%22)
+[several issues](https://github.com/bazelbuild/bazel/issues?q=is%3Aissue+is%3Aopen+label%3A%22category%3A+multi-platform+%3E+windows%22)
and their solutions. We are dedicated to a good native experience on Windows.
### Remote caching of distributed artifacts