From 9ea44d70c40e7650f60108712ea42fffa70d1021 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sat, 7 Jul 2018 18:41:55 +0200 Subject: [PATCH] Fix upstream link for various projects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65cf1c1..7dfae3a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ * [pglookout](https://github.com/ohmu/pglookout) - Replication monitoring and failover daemon. * [repmgr](https://github.com/2ndQuadrant/repmgr) - Open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers. * [Slony-I](http://slony.info) - "Master to multiple slaves" replication system with cascading and failover. -* [PAF](https://github.com/dalibo/PAF) - PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. +* [PAF](https://github.com/ClusterLabs/PAF) - PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. * [SkyTools](https://github.com/pgq/skytools-legacy) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony. ### Backups @@ -115,14 +115,14 @@ For Database Management * [pgMemento](https://github.com/pgMemento/pgMemento) - Provides an audit trail for your data inside a PostgreSQL database using triggers and server-side functions written in PL/pgSQL. * [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension * [pgTAP](http://pgtap.org/) - Database testing framework for Postgres -* [HypoPG](https://github.com/dalibo/hypopg) - HypoPG provides hypothetical/virtual indexes feature. +* [HypoPG](https://github.com/HypoPG/hypopg) - HypoPG provides hypothetical/virtual indexes feature. ### Optimization * [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy. * [pgtune](https://github.com/gregs1104/pgtune/) - PostgreSQL configuration wizard. * [pgtune](https://github.com/le0pard/pgtune) - Online version of PostgreSQL configuration wizard. * [pgconfig.org](https://github.com/sebastianwebber/pgconfig) - PostgreSQL Online Configuration Tool (also based on pgtune). -* [PoWA](http://dalibo.github.io/powa/) - PostgreSQL Workload Analyzer gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers. +* [PoWA](http://powa.readthedocs.io/) - PostgreSQL Workload Analyzer gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers. * [pg_web_stats](https://github.com/kirs/pg_web_stats) - Web UI to view pg_stat_statements. ### Utilities