Skip to content

Commit bf11a85

Browse files
committed
fix links
1 parent 6d22f78 commit bf11a85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/redis/aspnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Clone the [Microsoft.Azure.StackExchangeRedis](https://github.com/Azure/Microsof
3030
- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
3131
- An **Azure Managed Redis** instance provisioned in your Azure subscription
3232
- Your Azure user or service principal must be added as a Redis user on the cache. In the Azure portal, go to **Authentication** on the Resource menu, select **User or service principal**, and add your identity.
33-
- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) for local development authentication
33+
- [Azure CLI](/azure/install-azure-cli) for local development authentication
3434

3535
## Required NuGet Packages
3636

@@ -195,4 +195,4 @@ info: Microsoft.Azure.StackExchangeRedis.Sample.AspNet.Controllers.SampleControl
195195
## Related content
196196

197197
- [Microsoft Entra ID authentication for Azure Managed Redis](entra-for-authentication.md)
198-
- [DefaultAzureCredential overview](https://learn.microsoft.com/dotnet/azure/sdk/authentication#defaultazurecredential)
198+
- [DefaultAzureCredential overview](/dotnet/azure/sdk/authentication)

articles/redis/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Clone the [Microsoft.Azure.StackExchangeRedis](https://github.com/Azure/Microsof
2323
- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
2424
- An **Azure Managed Redis** instance provisioned in your Azure subscription
2525
- Your Azure user or service principal must be added as a Redis user on the cache. In the Azure portal, go to **Authentication** on the Resource menu, select **User or service principal**, and add your identity.
26-
- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) for local development authentication
26+
- [Azure CLI](/azure/install-azure-cli) for local development authentication
2727

2828
## Required NuGet Packages
2929

0 commit comments

Comments
 (0)