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