Skip to content

Commit 3ee5325

Browse files
authored
Merge pull request #23 from avolkov/patch-1
Fixed broken documentation url
2 parents a172ef5 + e842959 commit 3ee5325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PostgreSQL.
77
pgAgent is managed using pgAdmin (http://www.pgadmin.org). The pgAdmin
88
documentation contains details of the setup and use of pgAgent with your
99
PostgreSQL system. The latest build of the documentation can be found at
10-
http://www.pgadmin.org/docs/dev/pgagent.html.
10+
https://www.pgadmin.org/docs/pgadmin4/development/pgagent.html.
1111

1212
Building pgAgent
1313
----------------
@@ -55,4 +55,4 @@ To run the regression tests, use a command such as:
5555
make USE_PGXS=1 -f test/Makefile installcheck
5656

5757
You will need to ensure that the appropriate pg_config executable is in the path
58-
and that variables such as PGPORT and PGUSER are set if required.
58+
and that variables such as PGPORT and PGUSER are set if required.

0 commit comments

Comments
 (0)