URL fix in the PostgreSQL 16 RC 1 docs
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 10 Sep 2023 18:08:38 +0000 (14:08 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 10 Sep 2023 18:08:38 +0000 (14:08 -0400)
This referred to the legacy static URLs for docs, which are fortunately
gone.

releases/16/16rc1.md

index f462e1ce66a62f5c8bf03571cdcdad9f4bf19fdf..d5de798b4b312dfd3430f3c71ccdb66f3735da00 100644 (file)
@@ -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
 -----------------------