Skip to content

Commit 98e4cef

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#53434
Fix outdated link.
1 parent edd91c3 commit 98e4cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/immersive-reader/tutorial-ios-picture-immersive-reader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via
5050
target 'picture-to-immersive-reader-swift' do
5151
use_frameworks!
5252
# Pods for picture-to-immersive-reader-swift
53-
pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'
53+
pod 'immersive-reader-sdk', :git => 'https://github.com/microsoft/immersive-reader-sdk.git'
5454
end
5555
```
5656
4. In the terminal, in the directory of your Xcode project, run the command `pod install` to install the Immersive Reader SDK pod.

0 commit comments

Comments
 (0)