diff --git a/docs/img/restore.png b/docs/img/restore.png index 79e1ef4..f31dee0 100644 Binary files a/docs/img/restore.png and b/docs/img/restore.png differ diff --git a/docs/restore.md b/docs/restore.md index 2ef71ba..0fe0a9e 100644 --- a/docs/restore.md +++ b/docs/restore.md @@ -26,4 +26,4 @@ Note that there are some caveats to this feature: The restore works by undoing all the changes listed in the [MPE_AUDIT](/tables/mpe_audit/) table. The keys from this table (since and including the version to be restored) are left joined to the base table (to get current values) to create a staging dataset, and then the changes applied in reverse chronological order using [this macro](https://core.sasjs.io/mp__stripdiffs_8sas.html). -Source code for the restore process is available here: https://git.datacontroller.io/dc/dc/src/branch/main/sas/sasjs/services/editors/restore.sas \ No newline at end of file +Source code for the restore process is available [here](https://git.datacontroller.io/dc/dc/src/branch/main/sas/sasjs/services/editors/restore.sas). \ No newline at end of file