From 32617b40d0ac769981282989f9b4a2347a1aa9e8 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Fri, 20 Sep 2024 16:44:10 -0700 Subject: [PATCH] [doc][mix-reality-auth] fix broken API ref link (#31182) --- sdk/mixedreality/mixed-reality-authentication/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/mixedreality/mixed-reality-authentication/README.md b/sdk/mixedreality/mixed-reality-authentication/README.md index e13558e28999..7fc2583756f8 100644 --- a/sdk/mixedreality/mixed-reality-authentication/README.md +++ b/sdk/mixedreality/mixed-reality-authentication/README.md @@ -5,9 +5,9 @@ token service (STS) for authentication. This package supports exchanging Mixed R token from the STS that can be used to access Mixed Reality services. Key links: -- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/mixedreality/mixed-reality-authentication/) | -- [Package (NPM)](https://www.npmjs.com/package/@azure/mixed-reality-authentication) | -- [API reference documentation](https://aka.ms/azsdk/js/mixed-reality-authentication/docs) | +- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/mixedreality/mixed-reality-authentication/) +- [Package (NPM)](https://www.npmjs.com/package/@azure/mixed-reality-authentication) +- [API reference documentation](https://learn.microsoft.com/javascript/api/overview/azure/mixed-reality-authentication-readme) - [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mixedreality/mixed-reality-authentication/samples) ![Mixed Reality service authentication diagram](https://docs.microsoft.com/azure/spatial-anchors/concepts/media/spatial-anchors-authentication-overview.png)