aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tools
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-06-22 17:40:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-22 17:43:06 -0700
commit6af6b3b1ea76d3e90227bcdda70dc845d00dc6fc (patch)
treef90966fce265147b98075f2f8428da21a016588d /tensorflow/python/tools
parent26f48b72a4fb749e7ffd05cec14ef8e0be4f72ab (diff)
Rename programmers_guide/ directory to guide/.
Update references in source files and docs in tensorflow and related projects. PiperOrigin-RevId: 201766994
Diffstat (limited to 'tensorflow/python/tools')
-rw-r--r--tensorflow/python/tools/saved_model_cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/tools/saved_model_cli.py b/tensorflow/python/tools/saved_model_cli.py
index 5b9d25d449..38fed5335e 100644
--- a/tensorflow/python/tools/saved_model_cli.py
+++ b/tensorflow/python/tools/saved_model_cli.py
@@ -15,7 +15,7 @@
"""Command-line interface to inspect and execute a graph in a SavedModel.
For detailed usages and examples, please refer to:
-https://www.tensorflow.org/programmers_guide/saved_model_cli
+https://www.tensorflow.org/guide/saved_model_cli
"""
@@ -720,7 +720,7 @@ def create_parser():
'\'input4_key=[{"id":[26],"weights":[0.5, 0.5]}]\' \\\n'
' --outdir=/out\n\n'
'For more information about input file format, please see:\n'
- 'https://www.tensorflow.org/programmers_guide/saved_model_cli\n')
+ 'https://www.tensorflow.org/guide/saved_model_cli\n')
parser_run = subparsers.add_parser(
'run', description=run_msg, formatter_class=argparse.RawTextHelpFormatter)
parser_run.add_argument(