From 032e959be36e90711bc67d8ee9c6e3edf2cb8695 Mon Sep 17 00:00:00 2001 From: brett koonce Date: Wed, 25 Aug 2021 15:38:02 -0500 Subject: [PATCH] fix ios documentation links --- docs/getting_started/hello_world_ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/hello_world_ios.md b/docs/getting_started/hello_world_ios.md index 9f9e7c979..f9df13ed2 100644 --- a/docs/getting_started/hello_world_ios.md +++ b/docs/getting_started/hello_world_ios.md @@ -560,5 +560,5 @@ appropriate `BUILD` file dependencies for the edge detection graph. [Bazel]:https://bazel.build/ [`edge_detection_mobile_gpu.pbtxt`]:https://github.com/google/mediapipe/tree/master/mediapipe/graphs/edge_detection/edge_detection_mobile_gpu.pbtxt -[common]:(https://github.com/google/mediapipe/tree/master/mediapipe/examples/ios/common) -[helloworld]:(https://github.com/google/mediapipe/tree/master/mediapipe/examples/ios/helloworld) +[common]:https://github.com/google/mediapipe/tree/master/mediapipe/examples/ios/common +[helloworld]:https://github.com/google/mediapipe/tree/master/mediapipe/examples/ios/helloworld