Skip to content

Commit aacdcf2

Browse files
authored
Merge pull request #1594 from joto/fix-links
Update some links in README
2 parents ce20da2 + d917181 commit aacdcf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Required libraries are
5454
* [Lua](https://www.lua.org/) (Optional, used for Lua tag transforms
5555
and the flex output)
5656
* [Python](https://python.org/) (only for running tests)
57-
* [Psycopg](http://initd.org/psycopg/) (only for running tests)
57+
* [Psycopg](https://www.psycopg.org/) (only for running tests)
5858

5959
The following libraries are included in the `contrib` directory. You can build
6060
with other versions of those libraries (set the `EXTERNAL_*libname*` option to
@@ -67,7 +67,7 @@ with other versions of those libraries (set the `EXTERNAL_*libname*` option to
6767

6868
It also requires access to a database server running
6969
[PostgreSQL](https://www.postgresql.org/) 9.5+ and
70-
[PostGIS](http://www.postgis.net/) 2.2+.
70+
[PostGIS](https://www.postgis.net/) 2.2+.
7171

7272
Make sure you have installed the development packages for the libraries
7373
mentioned in the requirements section and a C++ compiler which supports C++14.

0 commit comments

Comments
 (0)