Skip to content

Commit 53a1cd7

Browse files
committed
Fix doc links
1 parent 8e3da9c commit 53a1cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration/pgdog.toml/sharded_schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: material/set-split
44

55
# Sharded schemas
66

7-
Schema-based sharding places data from tables in different Postgres schemas on their own shards.
7+
[Schema-based sharding](../../features/sharding/sharding-functions.md#schema-based-sharding) places data from tables in different Postgres schemas on their own shards.
88

99
## Example
1010

docs/features/sharding/sharding-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ When enabled, PgDog will route queries that fully qualify tables based on their
127127

128128
### Schema-to-shard mapping
129129

130-
Schemas are mapped to their shards in [pgdog.toml], for example:
130+
Schemas are mapped to their shards in [pgdog.toml](../../configuration/pgdog.toml/sharded_schemas.md), for example:
131131

132132
```toml
133133
[[sharded_schemas]]

0 commit comments

Comments
 (0)