diff --git a/src/_posts/databases/postgresql/2000-01-01-overview.md b/src/_posts/databases/postgresql/2000-01-01-overview.md index a497160d6..f31e52aff 100644 --- a/src/_posts/databases/postgresql/2000-01-01-overview.md +++ b/src/_posts/databases/postgresql/2000-01-01-overview.md @@ -42,7 +42,7 @@ encryption at rest. {% note %} Starting December 20th 2023, every new PostgreSQL database defaults with the `SCRAM-SHA-256` hash algorithm for users' passwords. You can learn more in - the [dedicated security bulletin]({% post_url security/bulletins/2024-03-13-SSB-2024-002 %}). + the [linked security bulletin]({% post_url security/bulletins/2024-03-27-SSB-2024-002 %}). {% endnote %} {% note %} diff --git a/src/changelog/databases/_posts/2023-12-20-scram-sha-256-default-algo.markdown b/src/changelog/databases/_posts/2023-12-20-scram-sha-256-default-algo.markdown index e1e32d8c3..515831d09 100644 --- a/src/changelog/databases/_posts/2023-12-20-scram-sha-256-default-algo.markdown +++ b/src/changelog/databases/_posts/2023-12-20-scram-sha-256-default-algo.markdown @@ -5,4 +5,4 @@ title: 'PostgreSQL default password hash algorithm is now SCRAM-SHA-256' From this date, the default password hash algorithm for new PostgreSQL databases is now `SCRAM-SHA-256`. -You can learn more in the [dedicated security bulletin]({% post_url security/bulletins/2024-03-13-SSB-2024-002 %}). \ No newline at end of file +You can learn more in the [dedicated security bulletin]({% post_url security/bulletins/2024-03-27-SSB-2024-002 %}). \ No newline at end of file