From a718efd95f4fc7a10f0ee5ed05524fb8218d4f3d Mon Sep 17 00:00:00 2001 From: Susan Douglas Date: Thu, 29 Jan 2026 10:46:03 -0500 Subject: [PATCH] Updates to try to fix link and missing file in ace content; removed docs/ from path, and removed link from index.md (refers to a link I can't fix in that branch) --- docs/commands/repair/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/repair/index.md b/docs/commands/repair/index.md index 9fe4d0d..8ef6c71 100644 --- a/docs/commands/repair/index.md +++ b/docs/commands/repair/index.md @@ -10,7 +10,7 @@ The `table-repair` command fixes data inconsistencies identified by `table-diff` - **NULL-only drift**: Use `--fix-nulls` to cross-fill NULL columns without a single source-of-truth. - **Network partition repair**: Re‑align nodes after a partition. - **Temporary node outage**: Catch a lagging node up. -- **Catastrophic node failure recovery**: Use origin-scoped diffs plus recovery-mode repair to reconcile survivors when a node fails mid-replication. See [Using ACE for catastrophic node failure recovery](../../using-ace-for-catastrophic-node-failure-recovery.md). +- **Catastrophic node failure recovery**: Use origin-scoped diffs plus recovery-mode repair to reconcile survivors when a node fails mid-replication. **Safety & audit features** diff --git a/mkdocs.yml b/mkdocs.yml index ec75b74..65a6001 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,7 +81,7 @@ nav: - Scheduling ACE Runs: scheduling.md - The ACE API: api.md - Improving ACE Performance: performance.md - - Using ACE for Failure Recovery: docs/using-ace-for-cnf-recovery.md + - Using ACE for Failure Recovery: using-ace-for-cnf-recovery.md - Architecture and Design: - ACE table-diff Architecture: design/table_diff.md - Merkle Tree Architecture: design/merkle.md