Update reference to tools/bazel.rc to .bazelrc after cl/215483141
PiperOrigin-RevId: 215623215
diff --git a/configure.py b/configure.py
index 2d2da11..a88fdb3 100644
--- a/configure.py
+++ b/configure.py
@@ -1676,8 +1676,8 @@
# 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.')