Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4ce5051

Browse files
authored
Update postgres.md
fix broken link
1 parent 6b0ef34 commit 4ce5051

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/postgres.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ underneath the database, or if a different version of the locale is used on any
7272
replicas.
7373

7474
The safest way to fix the issue is to take a dump and recreate the database with
75-
the correct `COLLATE` and `CTYPE` parameters (as per
76-
[docs/postgres.md](docs/postgres.md)). It is also possible to change the
75+
the correct `COLLATE` and `CTYPE` parameters (as shown above). It is also possible to change the
7776
parameters on a live database and run a `REINDEX` on the entire database,
7877
however extreme care must be taken to avoid database corruption.
7978

0 commit comments

Comments
 (0)