From 2fc54c5eacd547ba2cd9a6acf61ff131bb5f1bfd Mon Sep 17 00:00:00 2001 From: YoungSeok Yoon Date: Wed, 20 Nov 2019 19:41:25 -0800 Subject: [PATCH] Fix broken link in the iOS build doc PiperOrigin-RevId: 281659078 Change-Id: I9731bea219e7af0535fdf12dc3e9f33ccb1a13f6 --- tensorflow/lite/g3doc/guide/build_ios.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/lite/g3doc/guide/build_ios.md b/tensorflow/lite/g3doc/guide/build_ios.md index 25ffb6ecd45..df7c229e021 100644 --- a/tensorflow/lite/g3doc/guide/build_ios.md +++ b/tensorflow/lite/g3doc/guide/build_ios.md @@ -118,8 +118,8 @@ follow the steps here. #### Using local TensorFlow Lite core You can set up a private CocoaPods specs repository, and publish your custom -`TensorFlowLiteC` framework to your private repo. You can copy this [podspec -file][tflite-podspec] and modify a few values: +`TensorFlowLiteC` framework to your private repo. You can copy this +[podspec file][tflite-podspec] and modify a few values: ```ruby ... @@ -203,4 +203,4 @@ TensorFlow Lite's C API, defined by the header files under [objc-api]: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/objc [private-cocoapods]: https://guides.cocoapods.org/making/private-cocoapods.html [swift-api]: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/swift -[tflitec-podspec]: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/experimental/ios/TensorFlowLiteC.podspec +[tflite-podspec]: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/experimental/ios/TensorFlowLiteC.podspec