From 021db986e0d5821ac4ccdaf265057ba766fac6ec Mon Sep 17 00:00:00 2001 From: blog-dev Date: Thu, 20 Aug 2026 22:26:04 +0100 Subject: [PATCH] fix(docs): correct feed link to /rollback-data-changes/ --- docs/restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/restore.md b/docs/restore.md index c051f2b..91412a0 100644 --- a/docs/restore.md +++ b/docs/restore.md @@ -71,4 +71,4 @@ The restore process is implemented in the [`restore.sas`](https://git.datacontro Audit records are written by the open-source [`%mp_storediffs`](https://core.sasjs.io/mp__storediffs_8sas.html) macro during the normal approval workflow, which compares the pre-load snapshot with the applied changes and appends row-level entries to the audit table. This is why restore is only possible for tables that were loaded through Data Controller's tracked loaders. -For a lighter overview of this feature, see the [feed post on datacontroller.io](https://datacontroller.io/feed/rollback-data-changes/). +For a lighter overview of this feature, see the [feed post on datacontroller.io](https://datacontroller.io/rollback-data-changes/).