Merge pull request #173 from LenzGr/update-forum
docs: Updated Forum URL, removed Discord linkpull/174/head
commit
e6f89725e2
|
@ -6,7 +6,7 @@ We're glad that you would like to become a Percona community member and particip
|
||||||
|
|
||||||
You can contribute in one of the following ways:
|
You can contribute in one of the following ways:
|
||||||
|
|
||||||
1. Reach us on our [Forums](https://forums.percona.com/) and Discord.
|
1. Reach us on our [Forums](https://forums.percona.com/c/postgresql/pg-stat-monitor/69).
|
||||||
2. [Submit a bug report or a feature request](#submit-a-bug-report-or-a-feature-request)
|
2. [Submit a bug report or a feature request](#submit-a-bug-report-or-a-feature-request)
|
||||||
3. [Submit a pull request (PR) with the code patch](#submit-a-pull-request)
|
3. [Submit a pull request (PR) with the code patch](#submit-a-pull-request)
|
||||||
4. [Contribute to documentation](#contributing-to-documentation)
|
4. [Contribute to documentation](#contributing-to-documentation)
|
||||||
|
|
35
README.md
35
README.md
|
@ -10,20 +10,25 @@
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [Overview](#overview)
|
- [pg_stat_monitor: Query Performance Monitoring Tool for PostgreSQL](#pg_stat_monitor-query-performance-monitoring-tool-for-postgresql)
|
||||||
* [Supported versions](#supported-versions)
|
- [Table of Contents](#table-of-contents)
|
||||||
* [Features](#features)
|
- [Overview](#overview)
|
||||||
* [Documentation](#documentation)
|
- [Supported versions](#supported-versions)
|
||||||
* [Supported platforms](#supported-platforms)
|
- [Features](#features)
|
||||||
* [Installation guidelines](#installation-guidelines)
|
- [Documentation](#documentation)
|
||||||
* [Configuration](#configuration)
|
- [Supported platforms](#supported-platforms)
|
||||||
* [Setup](#setup)
|
- [Installation guidelines](#installation-guidelines)
|
||||||
* [Building from source code](#building-from-source)
|
- [Installing from Percona repositories](#installing-from-percona-repositories)
|
||||||
* [How to contribute](#how-to-contribute)
|
- [Installing from PostgreSQL `yum` repositories](#installing-from-postgresql-yum-repositories)
|
||||||
* [Report a bug](#report-a-bug)
|
- [Installing from PGXN](#installing-from-pgxn)
|
||||||
* [Support, discussions and forums](#support-discussions-and-forums)
|
- [Configuration](#configuration)
|
||||||
* [License](#license)
|
- [Setup](#setup)
|
||||||
* [Copyright notice](#copyright-notice)
|
- [Building from source](#building-from-source)
|
||||||
|
- [How to contribute](#how-to-contribute)
|
||||||
|
- [Report a bug](#report-a-bug)
|
||||||
|
- [Support, discussions and forums](#support-discussions-and-forums)
|
||||||
|
- [License](#license)
|
||||||
|
- [Copyright notice](#copyright-notice)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -248,7 +253,7 @@ Refer to the [Submit a bug report or a feature request](https://github.com/perco
|
||||||
|
|
||||||
### Support, discussions and forums
|
### Support, discussions and forums
|
||||||
|
|
||||||
We welcome your feedback on your experience with `pg_stat_monitor`. Join our [technical forum](https://forums.percona.com/) or [Discord](https://discord.gg/mQEyGPkNbR) channel for help with `pg_stat_monitor` and Percona's open source software for MySQL®, [PostgreSQL](https://www.percona.com/software/postgresql-distribution), and MongoDB® databases.
|
We welcome your feedback on your experience with `pg_stat_monitor`. Join our [technical forum](https://forums.percona.com/c/postgresql/pg-stat-monitor/69) for help with `pg_stat_monitor`.
|
||||||
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
Loading…
Reference in New Issue