From 1e81256c431ee5c1df0c4cfd4e4d8896a2bd1e3d Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 1 Nov 2017 10:55:33 -0400 Subject: [PATCH] Start guiding to new all-lowercase canonical URL. Remove old mailing list mention --- README.dev | 2 +- README.md | 9 +-------- check_postgres.pl | 6 +++--- t/02_same_schema.t | 1 - 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.dev b/README.dev index f21bfae3..f93edf62 100644 --- a/README.dev +++ b/README.dev @@ -52,7 +52,7 @@ Login to the bucardo.org box, and then: * edit latest_version.txt * edit index.html -* Edit the bucardo.org page and bump the version: http://bucardo.org/wiki/Check_postgres +* Edit the bucardo.org page and bump the version: http://bucardo.org/check_postgres * Email to check_postgres-announce with summary of changes diff --git a/README.md b/README.md index 917429b3..a4fb253a 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,7 @@ This is check_postgres, a monitoring tool for Postgres. The most complete and up to date information about this script can be found at: -https://bucardo.org/Check_postgres/ - -You should go check there right now to make sure you are installing -the latest version! +https://bucardo.org/check_postgres/ This document will cover how to install the script. @@ -76,10 +73,6 @@ Development happens via git. You can check out the repository by doing: https://github.com/bucardo/check_postgres git clone https://github.com/bucardo/check_postgres.git -All changes are sent to the commit list: - -https://mail.endcrypt.com/mailman/listinfo/check_postgres-commit - COPYRIGHT --------- diff --git a/check_postgres.pl b/check_postgres.pl index dd4dc082..343bd2e5 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9,7 +9,7 @@ ## End Point Corporation http://www.endpoint.com/ ## BSD licensed, see complete license at bottom of this script ## The latest version can be found at: -## https://bucardo.org/Check_postgres/ +## https://bucardo.org/check_postgres/ ## ## See the HISTORY section for other contributors @@ -1531,7 +1531,7 @@ package check_postgres; $ME --man -Or visit: https://bucardo.org/Check_postgres/ +Or visit: https://bucardo.org/check_postgres/ }; @@ -8455,7 +8455,7 @@ =head1 SYNOPSIS ## There are many other actions and options, please keep reading. The latest news and documentation can always be found at: - https://bucardo.org/Check_postgres/ + https://bucardo.org/check_postgres/ =head1 DESCRIPTION diff --git a/t/02_same_schema.t b/t/02_same_schema.t index 3b755871..e5517d15 100644 --- a/t/02_same_schema.t +++ b/t/02_same_schema.t @@ -79,7 +79,6 @@ sub drop_language { } ## end of drop_language - #goto TRIGGER; ## ZZZ #/////////// Languages