From 7f7f47183bb8edb9c8b66c209aa07c0d739100d4 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Tue, 7 Jun 2022 10:42:20 -0700 Subject: [PATCH] Fix Objective C link (#11755) --- docs/get-started/with-obj-c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/with-obj-c.md b/docs/get-started/with-obj-c.md index 903e06ed6b..51941fffc5 100644 --- a/docs/get-started/with-obj-c.md +++ b/docs/get-started/with-obj-c.md @@ -31,7 +31,7 @@ Refer to the [installation instructions](../install/index.md#install-on-ios). ## Swift Usage The Objective-C API can be called from Swift code. -To enable this, use a bridging header (more info [here](https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift)) that imports the ORT Objective-C API header. +To enable this, use a bridging header (more info [here](https://developer.apple.com/documentation/swift/importing-objective-c-into-swift)) that imports the ORT Objective-C API header. ```objectivec // In the bridging header, import the ORT Objective-C API header.