Skip to content

Commit 5c50a53

Browse files
committed
Fix links
1 parent 9d1063f commit 5c50a53

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/ai-services/immersive-reader/how-to-cache-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Cache the authentication token"
33
titleSuffix: Azure AI services
4-
description: Learn how to cache the authentication token in Immersive Reader.
4+
description: Learn how to cache the authentication token in the Immersive Reader app.
55
author: sharmas
66
manager: nitinme
77

@@ -18,7 +18,7 @@ This article demonstrates how to cache the authentication token in order to impr
1818

1919
## Using ASP.NET
2020

21-
Import the `Microsoft.Identity.Client` NuGet package, which is used to acquire a token. For details, see [Install Identity Client NuGet package](client-libraries.md?pivots=programming-language-csharp#install-identity-client-nuget-package).
21+
Import the `Microsoft.Identity.Client` NuGet package, which is used to acquire a token. For details, see [Install Identity Client NuGet package](quickstarts/client-libraries.md?pivots=programming-language-csharp#install-identity-client-nuget-package).
2222

2323
Create a confidential client application property.
2424

articles/ai-services/immersive-reader/how-to-configure-read-aloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ImmersiveReader.launchAsync(YOUR_TOKEN, YOUR_SUBDOMAIN, YOUR_DATA, options);
3434
3535
## Configure the voice
3636

37-
Set `voice` to either `male` or `female`. Not all languages support both voices. For more information, see the [Language Support](./language-support.md) page.
37+
Set `voice` to either `male` or `female`. Not all languages support both voices. For more information, see [Language support](./language-support.md).
3838

3939
```typescript
4040
const options = {

articles/ai-services/immersive-reader/how-to/display-math.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ ms.custom:
1414

1515
# How to display math in the Immersive Reader
1616

17-
The Immersive Reader can display math expressions when provided in the form of Mathematical Markup Language ([MathML](https://developer.mozilla.org/docs/Web/MathML)).
18-
19-
The MIME type can be set through the Immersive Reader [chunk](../reference.md#chunk). To learn more, see [supported MIME types](../reference.md#supported-mime-types).
17+
The Immersive Reader can display math expressions when provided in the form of Mathematical Markup Language ([MathML](https://developer.mozilla.org/docs/Web/MathML)).
2018

2119
## Send math to the Immersive Reader
2220

23-
In order to display math in the Immersive Reader app, supply a chunk containing MathML, and set the MIME type to `application/mathml+xml`.
21+
In order to display math in the Immersive Reader app, supply a [chunk](../reference.md#chunk) that contains MathML, and set the MIME type to `application/mathml+xml`. To learn more, see [supported MIME types](../reference.md#supported-mime-types).
2422

2523
For example, see the following content:
2624

@@ -51,7 +49,7 @@ For example, see the following content:
5149
</div>
5250
```
5351

54-
Then you could display your content by using the following JavaScript.
52+
You can then display your content by using the following JavaScript.
5553

5654
```javascript
5755
const data = {
@@ -72,4 +70,4 @@ When you launch the Immersive Reader, you should see:
7270
## Next step
7371

7472
> [!div class="nextstepaction"]
75-
> [Explore the Immersive Reader SDK reference](reference.md)
73+
> [Explore the Immersive Reader SDK reference](../reference.md)

0 commit comments

Comments
 (0)