diff doc/postgresql.txt @ 5758:392f887652f0 maint-1.6

issue2550966: fix suboptimal links in docs. I think I got the majority of them. Some links still don't resolve because they are gone and there is no replacement afaict. Also the check is picking up example links like: https://.../rest and http://localhost:8017/... which should not be checked but are.
author John Rouillard <rouilj@ieee.org>
date Sat, 01 Jun 2019 21:39:17 -0400
parents 76b71c9bd50d
children c2fd254c9257
line wrap: on
line diff
--- a/doc/postgresql.txt	Sat Jun 01 20:50:50 2019 -0400
+++ b/doc/postgresql.txt	Sat Jun 01 21:39:17 2019 -0400
@@ -11,11 +11,11 @@
 To use PostgreSQL as backend for storing roundup data, you should
 additionally install:
 
-1. PostgreSQL 8.x or higher - http://www.postgresql.org/
+1. PostgreSQL 8.x or higher - https://www.postgresql.org/
 
 2. The psycopg python interface to PostgreSQL:
 
-     http://initd.org/software/initd/psycopg
+     http://initd.org/psycopg/
 
 
 Running the PostgreSQL unit tests

Roundup Issue Tracker: http://roundup-tracker.org/