Skip to content

Commit

Permalink
Start guiding to new all-lowercase canonical URL.
Browse files Browse the repository at this point in the history
Remove old mailing list mention
  • Loading branch information
Greg Sabino Mullane committed Nov 1, 2017
1 parent e9b4c4e commit 1e81256
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
---------

Expand Down
6 changes: 3 additions & 3 deletions check_postgres.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -1531,7 +1531,7 @@ package check_postgres;
$ME --man
Or visit: https://bucardo.org/Check_postgres/
Or visit: https://bucardo.org/check_postgres/
};
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion t/02_same_schema.t
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ sub drop_language {

} ## end of drop_language


#goto TRIGGER; ## ZZZ

#/////////// Languages
Expand Down

0 comments on commit 1e81256

Please sign in to comment.