From 22241cd42d1fefdec88edbbf16c1f335052ee93b Mon Sep 17 00:00:00 2001 From: joetoth Date: Thu, 27 Jul 2017 19:13:54 -0400 Subject: [PATCH] External leveldb link changed (#11833) table_format.txt was renamed to table_format.md --- tensorflow/core/lib/io/table_format.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/lib/io/table_format.txt b/tensorflow/core/lib/io/table_format.txt index e37c627f5b1..dd846e01295 100644 --- a/tensorflow/core/lib/io/table_format.txt +++ b/tensorflow/core/lib/io/table_format.txt @@ -5,4 +5,4 @@ The table format is similar to the table format for the LevelDB open source key/value store, with the exception that our tables do not support "filter" meta blocks (Bloom Filters). See: -https://github.com/google/leveldb/blob/master/doc/table_format.txt +https://github.com/google/leveldb/blob/master/doc/table_format.md