From bbc32bbb3f8a2453953b42b13b706d1da5f093b9 Mon Sep 17 00:00:00 2001 From: suetfei Date: Wed, 16 Feb 2022 16:06:19 -0800 Subject: [PATCH] Fix the path to iOS example. PiperOrigin-RevId: 429163479 --- docs/ios_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ios_build.md b/docs/ios_build.md index cd064e8c..753335cc 100644 --- a/docs/ios_build.md +++ b/docs/ios_build.md @@ -1,3 +1,3 @@ # Building Nearby on IOS -We do not yet support build from source. Instead a prebuilt library is provided. See [this link](https://github.com/google/nearby/tree/master/cpp/platform/impl/ios/Example/NearbyConnectionsExample/README.md) for a sample app using the prebuilt library. +We do not yet support build from source. Instead a prebuilt library is provided. See [this link](https://github.com/google/nearby/blob/master/internal/platform/implementation/ios/Example/NearbyConnectionsExample/README.md) for a sample app using the prebuilt library.