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.