From ee02ea921d05dbd1821a744e3a711d8afadaa265 Mon Sep 17 00:00:00 2001 From: Adam Cogdell Date: Wed, 9 Aug 2023 16:14:13 -0700 Subject: [PATCH] Fix in-depth-guide links. PiperOrigin-RevId: 555305766 --- tensorflow/tools/proto_splitter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/tools/proto_splitter/README.md b/tensorflow/tools/proto_splitter/README.md index fb06796688de5e..0a082d72f24949 100644 --- a/tensorflow/tools/proto_splitter/README.md +++ b/tensorflow/tools/proto_splitter/README.md @@ -2,7 +2,7 @@ Utilities for splitting large protos. -For a more detailed overview of the library, see our [in-depth guide](in-depth-guide.md). +For a more detailed overview of the library, see our [in-depth guide](g3doc/in-depth-guide.md). ## The Python `Splitter` class @@ -118,4 +118,4 @@ Merger::Read("path/to/saved_model", &my_other_proto); ##### In-Depth Guide -Looking for a more detailed overview of the library? See our [in-depth guide](in-depth-guide.md). +Looking for a more detailed overview of the library? See our [in-depth guide](g3doc/in-depth-guide.md).