diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-12-18 10:03:19 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-12-18 10:03:19 +0900 |
commit | a75c933a75a3808ec47a22905b13c99ecfb740f8 (patch) | |
tree | b9bbc9c9f09ef3f095ddf86f8a38d4422688ae9b | |
parent | 696c68c2be44d478403be5c76e6e8160fabdb083 (diff) |
Update project link of pgBadger in documentation
The project has moved to a new place.
Reported-by: Peter Neave
Discussion: https://postgr.es/m/154474118231.5066.16352227860913505754@wrigleys.postgresql.org
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index dd71f4e72dd..69682334a8d 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -977,7 +977,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400 </para> <para> - <ulink url="http://dalibo.github.io/pgbadger/"><productname>pgBadger</productname></ulink> + <ulink url="https://pgbadger.darold.net/"><productname>pgBadger</productname></ulink> is an external project that does sophisticated log file analysis. <ulink url="https://bucardo.org/check_postgres/"><productname>check_postgres</productname></ulink> |