Skip to content

Commit 17ad841

Browse files
committed
Fixed broken links
1 parent e16fe0b commit 17ad841

10 files changed

Lines changed: 9 additions & 19 deletions

File tree

docs/apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
8888
$ sudo apt install percona-patroni
8989
```
9090

91-
[Install `pg_stat_monitor`](pg-stat-monitor.md)
91+
[Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html)
9292

9393

9494
Install `pgBouncer`:

docs/contrib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Find the list of controb modules and extensions included in Percona Distribution
3333
|[pg_freespacemap](https://www.postgresql.org/docs/{{pgversion}}/pgfreespacemap.html) |Required |Provides a means of examining the free space map (FSM), which PostgreSQL uses to track the locations of available space in tables and indexes. This can be useful for understanding space utilization and planning for maintenance operations. |
3434
|[pg_prewarm](https://www.postgresql.org/docs/{{pgversion}}/pgprewarm.html) | | Provides a convenient way to load relation data into either the operating system buffer cache or the PostgreSQL buffer cache. This can be useful for reducing the time needed for a newly started database to reach its full performance potential by preloading frequently accessed data.|
3535
|[pgrowlocks](https://www.postgresql.org/docs/{{pgversion}}/pgrowlocks.html) | Required |Provides a function to show row locking information for a specified table. |
36-
|[pg_stat_statements](https://www.postgresql.org/docs/{{pgversion}}/pgstatstatements.html) | Required |A module for tracking planning and execution statistics of all SQL statements executed by a server. Consider using an advanced version of `pg_stat_statements` - [`pg_stat_monitor`](pg-stat-monitor.md) |
36+
|[pg_stat_statements](https://www.postgresql.org/docs/{{pgversion}}/pgstatstatements.html) | Required |A module for tracking planning and execution statistics of all SQL statements executed by a server. Consider using an advanced version of `pg_stat_statements` - [`pg_stat_monitor`](https://docs.percona.com/pg-stat-monitor/index.html) |
3737
|[pgstattuple](https://www.postgresql.org/docs/{{pgversion}}/pgstattuple.html) | Required |Povides various functions to obtain tuple-level statistics. It offers detailed information about tables and indexes, such as the amount of free space and the number of live and dead tuples. |
3838
|[pg_surgery](https://www.postgresql.org/docs/{{pgversion}}/pgsurgery.html) | Required | Provides various functions to perform surgery on a damaged relation. These functions are unsafe by design and using them may corrupt (or further corrupt) your database. Use them with caution and only as a last resort|
3939
|[pg_trgm](https://www.postgresql.org/docs/{{pgversion}}/pgtrgm.html) | |Provides functions and operators for determining the similarity of alphanumeric text based on trigram matching. A trigram is a contiguous sequence of three characters. The extension can be used for text search and pattern matching operations. |

docs/enable-extensions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ After the installation, enable the following option in `postgresql.conf` configu
136136
wal_level = logical
137137
```
138138

139-
<<<<<<< HEAD
140-
=======
141139
Start / restart the server to apply the changes.
142140

143141
## pgvector
@@ -148,7 +146,6 @@ To get started, enable the extension for the database where you want to use it:
148146
CREATE EXTENSION vector;
149147
```
150148

151-
>>>>>>> 7845a94c... PG-1214 Documented install and enable pgvector steps
152149
## Next steps
153150

154151
[Connect to PostgreSQL :material-arrow-right:](connect.md){.md-button}

docs/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The set of extensions includes the following:
77
* [PostgreSQL contrib modules and utilities](contrib.md)
88
* Extensions authored by Percona:
99

10-
* [`pg_stat_monitor`](pg-stat-monitor.md)
10+
* [`pg_stat_monitor`](https://docs.percona.com/pg-stat-monitor/index.html.md)
1111

1212
* [Third-party components](third-party.md)
1313
* Extra modules, not included in Percona Distribution for PostgreSQL but tested to work with it and supported by Percona.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get started quickly with the step-by-step installation instructions.
2929

3030
Check our solutions to build the database infrastructure that meets the requirements of your organization - be it high-availability, disaster recovery or spatial data handling.
3131

32-
[Solutions :material-arrow-right:](solutions/index.md){ .md-button }
32+
[Solutions :material-arrow-right:](solutions.md){ .md-button }
3333

3434
</div><div data-banner markdown>
3535

docs/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Depending on your business requirements, you may migrate to Percona Distribution
3535
$ sudo percona-release setup ppg15
3636
```
3737

38-
5. [Install Percona Distribution for PostgreSQL packages](installing.md#install-percona-distribution-for-postgresql-packages)
38+
5. [Install Percona Distribution for PostgreSQL packages](installing.md#install-percona-distribution-for-postgresql)
3939
6. (Optional) Restore the data from the backup.
4040
7. Start the `postgresql` service. The installation process starts and initializes the default cluster automatically. You can check its status with:
4141

@@ -121,7 +121,7 @@ To migrate from PostgreSQL Community to Percona Distribution for PostgreSQL on a
121121
$ sudo percona-release setup ppg15
122122
```
123123

124-
3. [Install Percona Distribution for PostgreSQL packages](installing.md#install-percona-distribution-for-postgresql-packages) on the target server.
124+
3. [Install Percona Distribution for PostgreSQL packages](installing.md#install-percona-distribution-for-postgresql) on the target server.
125125
4. Restore the data from the backup
126126
5. Start `postgresql` service
127127

docs/release-notes-v15.12.md

Lines changed: 1 addition & 1 deletion
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/solutions/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The telemetry also uses the Percona Platform with the following components:
6868

6969
`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.
7070

71-
`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.
71+
`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.
7272

7373
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.
7474

docs/yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ $ sudo yum -y install curl
271271
$ sudo yum install percona-patroni
272272
```
273273

274-
[Install `pg_stat_monitor`](pg-stat-monitor.md):
274+
[Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html)
275275

276276

277277
Install `pgBouncer`:

0 commit comments

Comments
 (0)