Skip to content

Commit 034d06e

Browse files
authored
Merge pull request #85105 from rwallerms/users/rwaller/iOSReferenceLink
Fix links to iOS SDK
2 parents 89cbbfe + 5807014 commit 034d06e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively
1919

2020
The [Computer Vision Cognitive Services Read API](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text) detects text content in an image using Microsoft's latest recognition models and converts the identified text into a machine-readable character stream.
2121

22-
In this tutorial, you will build an iOS app from scratch and integrate the Read API, and the Immersive Reader by using the Immersive Reader SDK. A full working sample of this tutorial is available [here](https://github.com/microsoft/immersive-reader-sdk/iOS/samples/picture-to-immersive-reader-swift).
22+
In this tutorial, you will build an iOS app from scratch and integrate the Read API, and the Immersive Reader by using the Immersive Reader SDK. A full working sample of this tutorial is available [here](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/samples/picture-to-immersive-reader-swift).
2323

2424
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2525

@@ -43,7 +43,7 @@ Choose **Single View App**.
4343
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
4444
1. [Install CocoaPods](http://guides.cocoapods.org/using/getting-started.html) - Follow the getting started guide to install Cocoapods.
4545
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
46-
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/iOS/immersive-reader-sdk'`. Your Podfile should look like the following, with your target's name replacing picture-to-immersive-reader-swift:
46+
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'`. Your Podfile should look like the following, with your target's name replacing picture-to-immersive-reader-swift:
4747
```ruby
4848
platform :ios, '9.0'
4949

@@ -102,4 +102,4 @@ Inside the app, take or upload a photo of text by pressing the 'Take Photo' butt
102102

103103
## Next steps
104104

105-
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)
105+
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)

articles/cognitive-services/immersive-reader/ios-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: t-meroa
1717

1818
The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively designed tool that implements proven techniques to improve reading comprehension.
1919

20-
In this quickstart, you will build an iOS app from scratch and integrate the Immersive Reader by using the Immersive Reader SDK. A full working sample of this quickstart is available [here](https://github.com/microsoft/immersive-reader-sdk/iOS/samples/quickstart-swift).
20+
In this quickstart, you will build an iOS app from scratch and integrate the Immersive Reader by using the Immersive Reader SDK. A full working sample of this quickstart is available [here](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/samples/quickstart-swift).
2121

2222
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2323

@@ -40,7 +40,7 @@ Choose **Single View App**.
4040
The easiest way to use the Immersive Reader SDK is via CocoaPods. To install via Cocoapods:
4141
1. [Install Cocoapods](http://guides.cocoapods.org/using/getting-started.html) - Follow the getting started guide to install Cocoapods.
4242
2. Create a Podfile by running `pod init` in your Xcode project's root directory.
43-
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/iOS/immersive-reader-sdk'`. Your Pofile should look like the following, with your target's name replacing quickstart-swift:
43+
3. Add the CocoaPod to your Podfile by adding `pod 'immersive-reader-sdk', :path => 'https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/immersive-reader-sdk'`. Your Pofile should look like the following, with your target's name replacing quickstart-swift:
4444
```ruby
4545
platform :ios, '9.0'
4646

@@ -99,4 +99,4 @@ When you click on the "Immersive Reader" button, you'll see the Immersive Reader
9999

100100
## Next steps
101101

102-
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)
102+
* Explore the [Immersive Reader iOS SDK](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS) and the [Immersive Reader iOS SDK Reference](./ios-reference.md)

articles/cognitive-services/immersive-reader/ios-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ The Immersive Reader iOS SDK is supported for iOS 9.0 or higher, on iPad and iPh
9898

9999
## Next steps
100100

101-
* Explore the [Immersive Reader iOS SDK on GitHub](https://github.com/microsoft/immersive-reader-sdk/iOS)
101+
* Explore the [Immersive Reader iOS SDK on GitHub](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS)
102102
* [Quickstart: Create an iOS app that launches the Immersive Reader (Swift)](./ios-quickstart.md)

0 commit comments

Comments
 (0)