From 5ab28f954e2f149bdce4db8fd35aaf70118a250a Mon Sep 17 00:00:00 2001 From: Arthur Zakirov Date: Fri, 21 Jul 2017 15:07:14 +0300 Subject: [PATCH] Fix links to the documentation: replace postgresproee by postgrespro --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f2b074d..92b24f16 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ To compile `pg_probackup`, you must have a PostgreSQL installation and raw sourc make USE_PGXS=1 PG_CONFIG= top_srcdir= ``` -Once you have `pg_probackup` installed, complete [the setup](https://postgrespro.com/docs/postgresproee/current/app-pgprobackup.html#pg-probackup-install-and-setup). +Once you have `pg_probackup` installed, complete [the setup](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup.html#pg-probackup-install-and-setup). ## Documentation -Currently the latest documentation can be found at [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgresproee/current/app-pgprobackup). +Currently the latest documentation can be found at [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup). ## Licence