docs: Updated Forum URL, removed Discord link
Updated the Forum URL to point to the dedicated pg_stat_monitor forum in `README.md` and `CONTRIBUTING.md`, removed link to the Discord channel to ensure that conversations are focused to one location. Updated the table of contents in the README. Signed-off-by: Lenz Grimmer <lenz.grimmer@percona.com>pull/173/head
parent
26000f40b6
commit
63abff2fe5
|
@ -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:
|
||||
|
||||
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)
|
||||
3. [Submit a pull request (PR) with the code patch](#submit-a-pull-request)
|
||||
4. [Contribute to documentation](#contributing-to-documentation)
|
||||
|
|
35
README.md
35
README.md
|
@ -10,20 +10,25 @@
|
|||
|
||||
## Table of Contents
|
||||
|
||||
* [Overview](#overview)
|
||||
* [Supported versions](#supported-versions)
|
||||
* [Features](#features)
|
||||
* [Documentation](#documentation)
|
||||
* [Supported platforms](#supported-platforms)
|
||||
* [Installation guidelines](#installation-guidelines)
|
||||
* [Configuration](#configuration)
|
||||
* [Setup](#setup)
|
||||
* [Building from source code](#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)
|
||||
- [pg_stat_monitor: Query Performance Monitoring Tool for PostgreSQL](#pg_stat_monitor-query-performance-monitoring-tool-for-postgresql)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Overview](#overview)
|
||||
- [Supported versions](#supported-versions)
|
||||
- [Features](#features)
|
||||
- [Documentation](#documentation)
|
||||
- [Supported platforms](#supported-platforms)
|
||||
- [Installation guidelines](#installation-guidelines)
|
||||
- [Installing from Percona repositories](#installing-from-percona-repositories)
|
||||
- [Installing from PostgreSQL `yum` repositories](#installing-from-postgresql-yum-repositories)
|
||||
- [Installing from PGXN](#installing-from-pgxn)
|
||||
- [Configuration](#configuration)
|
||||
- [Setup](#setup)
|
||||
- [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
|
||||
|
||||
|
@ -248,7 +253,7 @@ Refer to the [Submit a bug report or a feature request](https://github.com/perco
|
|||
|
||||
### 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
|
||||
|
|
Loading…
Reference in New Issue