From 0348ce99a4ba5acf0b81957a9bf5bd2653be9c9d Mon Sep 17 00:00:00 2001
From: Philipp Matti <matti@puzzle.ch>
Date: Mon, 13 Feb 2023 11:27:06 +0100
Subject: [PATCH] update links in mta-sts-daemon adoc

---
 man/mta-sts-daemon.yml.5.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/man/mta-sts-daemon.yml.5.adoc b/man/mta-sts-daemon.yml.5.adoc
index be9a4d6..3fc4ad1 100644
--- a/man/mta-sts-daemon.yml.5.adoc
+++ b/man/mta-sts-daemon.yml.5.adoc
@@ -45,7 +45,7 @@ The file is in YAML syntax with the following elements:
  ** Options for _redis_sentinel_ type:
   *** *sentinel_master_name*: (_str_) name of the sentinel master
   *** *sentinels*: (_list_)(_tuple_) list of sentinels in form of ip/fqdn and port
-  *** All other parameters are passed to `aioredis.sentinel.Sentinel` [1]. Check there for a parameter reference.
+  *** All other parameters are passed to `aioredis.sentinel.Sentinel` [1]. For additional details check [2].
 
 *proactive_policy_fetching*::
 
@@ -104,4 +104,6 @@ domains operate under "testing" mode.
 0.::
   https://aioredis.readthedocs.io/en/latest/api/high-level/#aioredis.client.Redis.from_url
 1.::
-  https://aioredis.readthedocs.io/en/v1.3.0/sentinel.html#aioredis.sentinel.RedisSentinel
+  https://aioredis.readthedocs.io/en/latest/getting-started/#redis-sentinel-client
+2.::
+  https://redis.readthedocs.io/en/stable/connections.html#sentinel-client
-- 
GitLab