Skip to content

Commit 916cbc4

Browse files
Merge pull request #1625 from tensorflow:ymodak-patch-1
PiperOrigin-RevId: 313616965
2 parents e9d1422 + 0cb123f commit 916cbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/g3doc/serving_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can add meta graph and variables to the builder using
8686
predefined SavedModel tag constants. For more details, see
8787
[tag_constants.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/saved_model/tag_constants.py)
8888
and
89-
[related TensorFlow API documentation](https://www.tensorflow.org/api_docs/python/tf/saved_model/tag_constants).
89+
[related TensorFlow API documentation](https://www.tensorflow.org/api_docs/python/tf/compat/v1/saved_model/tag_constants).
9090

9191
* `signature_def_map` specifies the map of user-supplied key for a
9292
**signature** to a tensorflow::SignatureDef to add to the meta graph.

0 commit comments

Comments
 (0)