From deb42beb594b860356dfe11297516d26609d1018 Mon Sep 17 00:00:00 2001 From: Jared Nielsen Date: Thu, 27 Jun 2024 11:52:33 -0400 Subject: [PATCH] Fix 'Database/LivePatching' --- custom_conf.py | 1 - how-to/database-schema-changes-process.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_conf.py b/custom_conf.py index 714bcd7..00a2329 100644 --- a/custom_conf.py +++ b/custom_conf.py @@ -131,7 +131,6 @@ '/Concepts', # needs update '/HowToUseCodehostingLocally', # needs update '/Loggerhead', # needs update - 'Database/LivePatching', # needs update 'Database/TableRenamePatch', # needs update 'Debugging#Profiling%20page%20requests', # needs update 'Debugging#Special%20URLs', # needs update diff --git a/how-to/database-schema-changes-process.rst b/how-to/database-schema-changes-process.rst index 86ded96..2989292 100644 --- a/how-to/database-schema-changes-process.rst +++ b/how-to/database-schema-changes-process.rst @@ -87,7 +87,7 @@ they will be promoted to \`master\` as part of the go-live process. Hot Patches ~~~~~~~~~~~ -`Database/LivePatching `__ explains how +:doc:`../explanation/live-patching` explains how hot-patching works and what sorts of things we can hot-patch. It's the authority — we may be able to hot-patch more as our tooling improves.