From 7e70d488026fe153f9d60f08900ebd138bbca9a5 Mon Sep 17 00:00:00 2001 From: Sam Morrison Date: Thu, 14 Mar 2024 08:12:03 +1100 Subject: [PATCH] Switch to PostgreSQL 16 link Change-Id: I7e6d3c1407113a0da7d1c1b74f66104c30fa10b1 --- _database/10-database-next-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_database/10-database-next-step.md b/_database/10-database-next-step.md index 74402a4..d5900d5 100644 --- a/_database/10-database-next-step.md +++ b/_database/10-database-next-step.md @@ -15,4 +15,4 @@ If you're getting started or looking to deepen your knowledge, the following mig * [OpenStack Trove project user-guide](https://docs.openstack.org/trove/latest/user/index.html) * [MySQL 8.0 tutorial](https://dev.mysql.com/doc/refman/8.0/en/tutorial.html) -* [PostgreSQL 11 tutorial](https://www.postgresql.org/docs/11/tutorial.html) +* [PostgreSQL 16 tutorial](https://www.postgresql.org/docs/16/tutorial.html)