Skip to content

Commit b911d05

Browse files
authored
Fix broken link references found during mkdocs serve (branch 13) (#770)
Change a hardcoded v16 link to {{pgversion}} in enable-extensions.md
1 parent 268e094 commit b911d05

5 files changed

+5
-5
lines changed

docs/enable-extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For details about each option, see [pdBadger documentation :octicons-link-extern
6060

6161
## pgaudit
6262

63-
Add the `pgaudit` to `shared_preload_libraries` in `postgresql.conf`. The recommended way is to use the [ALTER SYSTEM](https://www.postgresql.org/docs/16/sql-altersystem.html) command. [Connect to psql](#connect-to-the-postgresql-server) and use the following command:
63+
Add the `pgaudit` to `shared_preload_libraries` in `postgresql.conf`. The recommended way is to use the [ALTER SYSTEM](https://www.postgresql.org/docs/{{pgversion}}/sql-altersystem.html) command. [Connect to psql](connect.md) and use the following command:
6464

6565
```sql
6666
ALTER SYSTEM SET shared_preload_libraries = 'pgaudit';

docs/release-notes-v13.20.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This release fixes [CVE-2025-1094](https://www.postgresql.org/support/security/C
1818

1919
### PostGIS is included into tarballs
2020

21-
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](postgis.md).
21+
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](solutions/postgis.md).
2222

2323
### Deprecation of meta packages
2424

docs/release-notes-v13.9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable solving essential practical tasks efficiently.
1111

1212
This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 13.9](https://www.postgresql.org/docs/13/release-13-9.html).
1313

14-
Percona Distribution for PostgreSQL now includes the [meta-packages](installing.md#package-contents) that simplify its installation. The `percona-ppg-server` meta-package installs PostgreSQL and the extensions, while `percona-ppg-server-ha` package installs high-availability components that are recommended by Percona.
14+
Percona Distribution for PostgreSQL now includes the [meta-packages](repo-overview.md#repository-contents) that simplify its installation. The `percona-ppg-server` meta-package installs PostgreSQL and the extensions, while `percona-ppg-server-ha` package installs high-availability components that are recommended by Percona.
1515

1616

1717
The following is the list of extensions available in Percona Distribution for PostgreSQL.

docs/solutions/postgis-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following document provides guidelines how to install PostGIS and how to run
6868

6969
=== ":octicons-download-16: From tarballs"
7070

71-
PostGIS is included into binary tarball and is a part of the `percona-postgresql{{pgversion}}` binary. Use the [install from tarballs](../tarball/.md) tutorial to install it.
71+
PostGIS is included into binary tarball and is a part of the `percona-postgresql{{pgversion}}` binary. Use the [install from tarballs](../tarball.md) tutorial to install it.
7272

7373

7474
## Enable PostGIS extension

docs/telemetry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The telemetry also uses the Percona Platform with the following components:
6767

6868
`percona_pg_telemetry` is an extension to collect telemetry data in PostgreSQL. It is added to Percona Distribution for PostgreSQL and is automatically loaded when you install a PostgreSQL server.
6969

70-
`percona_pg_telemetry` collects metrics from the database instance daily to the Metrics File. It creates a new Metrics File for each collection. You can find the Metrics File in its [location](#location) to inspect what data is collected.
70+
`percona_pg_telemetry` collects metrics from the database instance daily to the Metrics File. It creates a new Metrics File for each collection. You can find the Metrics File in its [location](#locations) to inspect what data is collected.
7171

7272
Before generating a new file, the `percona_pg_telemetry` deletes the Metrics Files that are older than seven days. This process ensures that only the most recent week's data is maintained.
7373

0 commit comments

Comments
 (0)