From cec8c59949312f3674b6eac3e5312b403de109f9 Mon Sep 17 00:00:00 2001 From: singhniraj08 <110809167+singhniraj08@users.noreply.github.com> Date: Wed, 14 Dec 2022 23:05:07 +0530 Subject: [PATCH] Update broken links signature_defs.md --- tensorflow_serving/g3doc/signature_defs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow_serving/g3doc/signature_defs.md b/tensorflow_serving/g3doc/signature_defs.md index a68f192f7de..efed633e097 100644 --- a/tensorflow_serving/g3doc/signature_defs.md +++ b/tensorflow_serving/g3doc/signature_defs.md @@ -16,11 +16,11 @@ function and can be specified when building a ## Background -[TF-Exporter](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/session_bundle/README.md) +[TF-Exporter](https://github.com/tensorflow/tensorflow/blob/r1.15/tensorflow/contrib/session_bundle/README.md) and -[SessionBundle](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/session_bundle/session_bundle.h) +[SessionBundle](https://github.com/tensorflow/tensorflow/blob/r1.15/tensorflow/contrib/session_bundle/session_bundle.h) used -[Signatures](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/session_bundle/manifest.proto) +[Signatures](https://github.com/tensorflow/tensorflow/blob/r1.15/tensorflow/contrib/session_bundle/manifest.proto) which are similar in concept but required users to distinguish between named and default signatures in order for them to be retrieved correctly upon a load. For those who previously used TF-Exporter/SessionBundle, `Signatures` in TF-Exporter