aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-08-09 13:26:47 -0700
committerGravatar GitHub <noreply@github.com>2018-08-09 13:26:47 -0700
commit26718e714f933672ff881f06583d10f4b794c116 (patch)
tree0d8d7c79cc82fefe41ddf8175223ec3901b57e4a /tensorflow/examples
parent8f59d607d7b069797d5b5e740a2ccd006312bdc2 (diff)
Use a direct link to the optimization header.
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/ios/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/examples/ios/README.md b/tensorflow/examples/ios/README.md
index fd8f623472..64412d25a0 100644
--- a/tensorflow/examples/ios/README.md
+++ b/tensorflow/examples/ios/README.md
@@ -190,6 +190,5 @@ increase you see in your own app is similar, and if it's larger, look at the
"Other Linker Flags" used in the Simple Xcode project settings to strip the
executable.
-For further optimization, please refer to the "Optimization" section at
-[tensorflow/contrib/makefile](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile)
-from earlier.
+For further optimization, please refer to the ["Optimization" section](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile#optimization)
+of the makefile instructions.