From 0456ab72cd1f3d2fd6ca25b2eeea8ca0c30803d0 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Thu, 30 Jan 2025 15:27:13 -0500 Subject: [PATCH] chore(docs): fix broken link to PG EOL --- docs/admin/updates/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/updates/index.mdx b/docs/admin/updates/index.mdx index 605838492..5fc29e551 100644 --- a/docs/admin/updates/index.mdx +++ b/docs/admin/updates/index.mdx @@ -119,7 +119,7 @@ If your instance has schema drift or unfinished oob migrations you may need to a - [**Sourcegraph AWS AMI instances**](/admin/deploy/machine-images/aws-ami#upgrade) ## Other helpful links -- [Postgres 12 End Of Life Notice](admin/postgres12_end_of_life_notice#postgres-12-end-of-life) +- [Postgres 12 End Of Life Notice](/admin/postgres12_end_of_life_notice) - [Migrator operations](/admin/updates/migrator/migrator-operations) - [Upgrading Early Versions](/admin/updates/migrator/upgrading-early-versions) - [Troubleshooting upgrades](/admin/updates/migrator/troubleshooting-upgrades)