Skip to content

Commit f8ee07b

Browse files
JPryce-Aklundhrenetapopova
authored andcommitted
fix xref
1 parent 5c1a666 commit f8ee07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/clustering/setup/routing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Client-side routing means that the application decides which cluster server to s
4242
Typically, this ensures that write operations are sent to the server currently acting as the `writer` for the target database, while read operations are sent to other servers.
4343

4444
Client-side routing is based on getting a routing table from a cluster server, and then using that information to make the routing decisions.
45-
Use the xref:procedures.adoc#procedure_dbms_routing_getRoutingTable[`dbms.routing.getRoutingTable()`] procedure to obtain a routing table.
45+
Use the xref:procedures/built-in-procedures.adoc#procedure_dbms_routing_getRoutingTable[`dbms.routing.getRoutingTable()`] procedure to obtain a routing table.
4646

4747
A routing table contains information about the servers and their roles as `writers`, `readers`, and `routers` for a specific database.
4848
There is usually one `writer`, though there may be none if the database is read-only or unhealthy.

0 commit comments

Comments
 (0)