Commit 15e4eedd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'update-doc-links-redis' into 'master'

Update links to Redis docs

See merge request gitlab-org/gitlab!44533
parents 7d4cbe78 bcc589f2
...@@ -26,7 +26,7 @@ production: ...@@ -26,7 +26,7 @@ production:
# http://redis.io/topics/sentinel # http://redis.io/topics/sentinel
# #
# You must specify a list of a few sentinels that will handle client connection # You must specify a list of a few sentinels that will handle client connection
# please read here for more information: https://docs.gitlab.com/ce/administration/high_availability/redis.html # please read here for more information: https://docs.gitlab.com/ee/administration/redis/index.html
## ##
# url: redis://master:6380 # url: redis://master:6380
# sentinels: # sentinels:
......
...@@ -26,7 +26,7 @@ production: ...@@ -26,7 +26,7 @@ production:
# http://redis.io/topics/sentinel # http://redis.io/topics/sentinel
# #
# You must specify a list of a few sentinels that will handle client connection # You must specify a list of a few sentinels that will handle client connection
# please read here for more information: https://docs.gitlab.com/ce/administration/high_availability/redis.html # please read here for more information: https://docs.gitlab.com/ee/administration/redis/index.html
## ##
# url: redis://master:6381 # url: redis://master:6381
# sentinels: # sentinels:
......
...@@ -26,7 +26,7 @@ production: ...@@ -26,7 +26,7 @@ production:
# http://redis.io/topics/sentinel # http://redis.io/topics/sentinel
# #
# You must specify a list of a few sentinels that will handle client connection # You must specify a list of a few sentinels that will handle client connection
# please read here for more information: https://docs.gitlab.com/ce/administration/high_availability/redis.html # please read here for more information: https://docs.gitlab.com/ee/administration/redis/index.html
## ##
# url: redis://master:6382 # url: redis://master:6382
# sentinels: # sentinels:
......
...@@ -22,7 +22,7 @@ production: ...@@ -22,7 +22,7 @@ production:
# http://redis.io/topics/sentinel # http://redis.io/topics/sentinel
# #
# You must specify a list of a few sentinels that will handle client connection # You must specify a list of a few sentinels that will handle client connection
# please read here for more information: https://docs.gitlab.com/ce/administration/high_availability/redis.html # please read here for more information: https://docs.gitlab.com/ee/administration/redis/index.html
## ##
# url: redis://master:6379 # url: redis://master:6379
# sentinels: # sentinels:
......
...@@ -37,7 +37,7 @@ module SystemCheck ...@@ -37,7 +37,7 @@ module SystemCheck
@custom_error_message @custom_error_message
) )
for_more_information( for_more_information(
'doc/administration/high_availability/redis.md#provide-your-own-redis-instance' 'doc/administration/redis/index.html#redis-replication-and-failover-using-the-non-bundled-redis'
) )
fix_and_rerun fix_and_rerun
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment