From 281ec2d2b570fad0d484a4eedd408251321b8e6e Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sun, 10 Sep 2023 14:08:38 -0400 Subject: [PATCH] URL fix in the PostgreSQL 16 RC 1 docs This referred to the legacy static URLs for docs, which are fortunately gone. --- releases/16/16rc1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/16/16rc1.md b/releases/16/16rc1.md index f462e1c..d5de798 100644 --- a/releases/16/16rc1.md +++ b/releases/16/16rc1.md @@ -13,9 +13,9 @@ Upgrading to PostgreSQL 16 RC 1 To upgrade to PostgreSQL 16 RC 1 from earlier versions of PostgreSQL, you will need to use a major version upgrade strategy, e.g. `pg_upgrade` or `pg_dump` / `pg_restore`. For more information, please visit the documentation -section on [upgrading](https://www.postgresql.org/docs/16/static/upgrading.html): +section on [upgrading](https://www.postgresql.org/docs/16/upgrading.html): -[https://www.postgresql.org/docs/16/static/upgrading.html](https://www.postgresql.org/docs/16/static/upgrading.html) +[https://www.postgresql.org/docs/16/upgrading.html](https://www.postgresql.org/docs/16/upgrading.html) Changes Since 16 Beta 3 ----------------------- -- 2.39.5