aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/get_started/export.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/get_started/export.md')
-rw-r--r--tensorflow/docs_src/get_started/export.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/docs_src/get_started/export.md b/tensorflow/docs_src/get_started/export.md
index 8273030271..77e628699e 100644
--- a/tensorflow/docs_src/get_started/export.md
+++ b/tensorflow/docs_src/get_started/export.md
@@ -168,7 +168,7 @@ and so determine which request types will be honored.
> the corresponding `ExportOutput` entry. The inputs are always those provided
> by the `serving_input_receiver_fn`.
> An inference request may specify the head by name. One head must be named
-> using [`signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY`](https://www.tensorflow.org/code/saved_model/signature_constants.py)
+> using [`signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY`](https://www.tensorflow.org/code/tensorflow/python/saved_model/signature_constants.py)
> indicating which signature will be served when an inference request does not
> specify one.
@@ -295,4 +295,3 @@ the different Tensorflow Serving APIs, selecting the signature by key, etc. -->
<!-- TODO(soergel): document ExportStrategy here once Experiment moves
from contrib to core. -->
-