From eaa4090235470af72efa2922897db140ea009481 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac <mihaimaruseac@google.com> Date: Mon, 23 Dec 2019 14:08:43 -0800 Subject: [PATCH] Fix bazelisk link --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 91ccf2e507c..3468c459f42 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -96,7 +96,7 @@ Because of [issues with building on windows](https://github.com/tensorflow/tenso * Use `_protogen` suffix for proto library targets instead of `_cc_protogen` suffix. * Moving the checkpoint reader from `swig` to `pybind11`. * `tf.device` & `MirroredStrategy` now supports passing in a `tf.config.LogicalDevice` - * If you're building Tensorflow from source, consider using [bazelisk](https://github.com/bazelisk/bazel) to automatically download and use the correct Bazel version. Bazelisk reads the `.bazelversion` file at the root of the project directory. + * If you're building Tensorflow from source, consider using [bazelisk](https://github.com/bazelbuild/bazelisk) to automatically download and use the correct Bazel version. Bazelisk reads the `.bazelversion` file at the root of the project directory. ## Thanks to our Contributors