aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--configure.py4
-rwxr-xr-xtensorflow/workspace.bzl2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py
index 2d2da11700..a88fdb3555 100644
--- a/configure.py
+++ b/configure.py
@@ -1676,8 +1676,8 @@ def main():
# TODO(pcloudy): remove the following if check when they make sense on Windows
if not is_windows():
print('Preconfigured Bazel build configs. You can use any of the below by '
- 'adding "--config=<>" to your build command. See tools/bazel.rc for '
- 'more details.')
+ 'adding "--config=<>" to your build command. See .bazelrc for more '
+ 'details.')
config_info_line('mkl', 'Build with MKL support.')
config_info_line('monolithic', 'Config for mostly static monolithic build.')
config_info_line('gdr', 'Build with GDR support.')
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index bcc89ef729..d27732a801 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -888,7 +888,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
# why we can't depend on the canonical build target.
# gRPC wants a cares dependency but its contents is not actually
- # important since we have set GRPC_ARES=0 in tools/bazel.rc
+ # important since we have set GRPC_ARES=0 in .bazelrc
native.bind(
name = "cares",
actual = "@grpc//third_party/nanopb:nanopb",