Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 67a3055

Browse files
committed
update links in README
1 parent e47dccc commit 67a3055

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,19 +294,18 @@ RedisConfig.DefaultRetryTimeout = 10000;
294294
RedisConfig.BackOffMultiplier = 10;
295295
```
296296

297-
## [ServiceStack.Redis SSL Support](https://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis)
297+
## [ServiceStack.Redis SSL Support](http://docs.servicestack.net/ssl-redis-azure)
298298

299299
ServiceStack.Redis now supporting **SSL connections** making it suitable for accessing remote Redis server instances over a
300300
**secure SSL connection**.
301301

302302
![Azure Redis Cache](https://github.com/ServiceStack/Assets/raw/master/img/wikis/redis/azure-redis-instance.png)
303303

304-
### [Connecting to Azure Redis](https://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis)
304+
### [Connecting to Azure Redis](http://docs.servicestack.net/ssl-redis-azure)
305305

306306
As connecting to [Azure Redis Cache](http://azure.microsoft.com/en-us/services/cache/) via SSL was the primary use-case for this feature,
307307
we've added a new
308-
[Getting connected to Azure Redis via SSL](https://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis)
309-
to help you get started.
308+
[Getting connected to Azure Redis via SSL](http://docs.servicestack.net/ssl-redis-azure) to help you get started.
310309

311310
## [Redis GEO](https://github.com/ServiceStackApps/redis-geo)
312311

0 commit comments

Comments
 (0)