Skip to content

Commit

Permalink
Update doc references #1518
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jan 22, 2021
1 parent dcccba7 commit 0294e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/asciidoc/ha-sharding.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
[[master-slave]]
[[master-replica]]
[[upstream-replica]]
=== Upstream/Replica
=== Master/Replica

include::{ext-doc}/Upstream-Replica.asciidoc[leveloffset=+2]
include::{ext-doc}/Master-Replica.asciidoc[leveloffset=+2]

[[redis-sentinel]]
=== Redis Sentinel
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you encounter a bug or want to suggest an improvement, please create a ticket
=== Where to go from here

* Head to <<getting-started>> if you feel like jumping straight into the code.
* Go to <<ha-sharding>> for Upstream/Replica ("Master/Slave"), Redis Sentinel and Redis Cluster topics.
* Go to <<ha-sharding>> for Master/Replica ("Master/Slave"), Redis Sentinel and Redis Cluster topics.
* In order to dig deeper into the core features of Reactor:
** If you’re looking for client configuration options, performance related behavior and how to use various transports, go to <<advanced-usage>>.
** See <<integration-extension>> for extending Lettuce with codecs or integrate it in your CDI/Spring application.
Expand Down

0 comments on commit 0294e7f

Please sign in to comment.