Skip to content

Commit f40c3b6

Browse files
committed
Updates
1 parent fcb9e48 commit f40c3b6

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

aspnetcore/security/data-protection/implementation/key-storage-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void ConfigureServices(IServiceCollection services)
114114
For more information, see the following topics:
115115

116116
* [StackExchange.Redis ConnectionMultiplexer](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/Basics.md)
117-
* [Azure Redis Cache](/azure/redis-cache/cache-dotnet-how-to-use-azure-redis-cache#connect-to-the-cache)
117+
* [Azure Redis Cache](/azure/redis/dotnet-how-to-use-azure-redis-cache)
118118
* [ASP.NET Core DataProtection samples](https://github.com/dotnet/AspNetCore/tree/2.2.0/src/DataProtection/samples)
119119

120120
## Registry

aspnetcore/signalr/redis-backplane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
3030

3131
* <xref:signalr/scale>
3232
* [Redis documentation](https://redis.io/)
33-
* [Azure Redis Cache documentation](/azure/redis-cache/)
33+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
3434

3535
* In the SignalR app, install the following NuGet package:
3636

@@ -132,7 +132,7 @@ For more information, see the following resources:
132132
* <xref:signalr/scale>
133133
* [Redis documentation](https://redis.io/documentation)
134134
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
135-
* [Azure Redis Cache documentation](/azure/redis-cache/)
135+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
136136

137137
:::moniker-end
138138

aspnetcore/signalr/redis-backplane/includes/redis-backplane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1616

1717
* <xref:signalr/scale>
1818
* [Redis documentation](https://redis.io/)
19-
* [Azure Redis Cache documentation](/azure/redis-cache/)
19+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
2020

2121
:::moniker range="= aspnetcore-2.1"
2222

@@ -220,6 +220,6 @@ For more information, see the following resources:
220220
* <xref:signalr/scale>
221221
* [Redis documentation](https://redis.io/documentation)
222222
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
223-
* [Azure Redis Cache documentation](/azure/redis-cache/)
223+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
224224

225225
:::moniker-end

aspnetcore/signalr/redis-backplane/includes/redis-backplane2.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1616

1717
* <xref:signalr/scale>
1818
* [Redis documentation](https://redis.io/)
19-
* [Azure Redis Cache documentation](/azure/redis-cache/)
19+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
2020

2121
* In the SignalR app, install the `Microsoft.AspNetCore.SignalR.Redis` NuGet package.
2222
* In the `Startup.ConfigureServices` method, call `AddRedis` after `AddSignalR`:
@@ -112,6 +112,6 @@ For more information, see the following resources:
112112
* <xref:signalr/scale>
113113
* [Redis documentation](https://redis.io/documentation)
114114
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
115-
* [Azure Redis Cache documentation](/azure/redis-cache/)
115+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
116116

117117
:::moniker-end

aspnetcore/signalr/redis-backplane/includes/redis-backplane2.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1616

1717
* <xref:signalr/scale>
1818
* [Redis documentation](https://redis.io/)
19-
* [Azure Redis Cache documentation](/azure/redis-cache/)
19+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
2020

2121
* In the SignalR app, install one of the following NuGet packages:
2222

@@ -123,6 +123,6 @@ For more information, see the following resources:
123123
* <xref:signalr/scale>
124124
* [Redis documentation](https://redis.io/documentation)
125125
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
126-
* [Azure Redis Cache documentation](/azure/redis-cache/)
126+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
127127

128128
:::moniker-end

aspnetcore/signalr/redis-backplane/includes/redis-backplane3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1515

1616
* <xref:signalr/scale>
1717
* [Redis documentation](https://redis.io/)
18-
* [Azure Redis Cache documentation](/azure/redis-cache/)
18+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
1919

2020
* In the SignalR app, install the following NuGet package:
2121

@@ -117,6 +117,6 @@ For more information, see the following resources:
117117
* <xref:signalr/scale>
118118
* [Redis documentation](https://redis.io/documentation)
119119
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
120-
* [Azure Redis Cache documentation](/azure/redis-cache/)
120+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
121121

122122
:::moniker-end

aspnetcore/signalr/redis-backplane/includes/redis-backplane5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1515

1616
* <xref:signalr/scale>
1717
* [Redis documentation](https://redis.io/)
18-
* [Azure Redis Cache documentation](/azure/redis-cache/)
18+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
1919

2020
* In the SignalR app, install the following NuGet package:
2121

@@ -117,6 +117,6 @@ For more information, see the following resources:
117117
* <xref:signalr/scale>
118118
* [Redis documentation](https://redis.io/documentation)
119119
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
120-
* [Azure Redis Cache documentation](/azure/redis-cache/)
120+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
121121

122122
:::moniker-end

aspnetcore/signalr/redis-backplane/includes/redis-backplane6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1515

1616
* <xref:signalr/scale>
1717
* [Redis documentation](https://redis.io/)
18-
* [Azure Redis Cache documentation](/azure/redis-cache/)
18+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
1919

2020
* In the SignalR app, install the following NuGet package:
2121

@@ -117,6 +117,6 @@ For more information, see the following resources:
117117
* <xref:signalr/scale>
118118
* [Redis documentation](https://redis.io/documentation)
119119
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
120-
* [Azure Redis Cache documentation](/azure/redis-cache/)
120+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
121121

122122
:::moniker-end

aspnetcore/signalr/redis-backplane/includes/redis-backplane7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article explains SignalR-specific aspects of setting up a [Redis](https://r
1616

1717
* <xref:signalr/scale>
1818
* [Redis documentation](https://redis.io/)
19-
* [Azure Redis Cache documentation](/azure/redis-cache/)
19+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
2020

2121
* In the SignalR app, install the following NuGet package:
2222

@@ -118,6 +118,6 @@ For more information, see the following resources:
118118
* <xref:signalr/scale>
119119
* [Redis documentation](https://redis.io/documentation)
120120
* [StackExchange Redis documentation](https://stackexchange.github.io/StackExchange.Redis/)
121-
* [Azure Redis Cache documentation](/azure/redis-cache/)
121+
* [Azure Redis Cache documentation](/azure/azure-cache-for-redis/)
122122

123123
:::moniker-end

0 commit comments

Comments
 (0)