From 6570d9a0e5173f26e21e0f4d542d5286d42d8a3c Mon Sep 17 00:00:00 2001
From: James Tufarelli <8152401+Minituff@users.noreply.github.com>
Date: Fri, 20 Oct 2023 11:04:52 -0700
Subject: [PATCH] Fix backlinks for KEEP_SRC_DIR_NAME (#56)
---
docs/arguments.md | 2 +-
docs/labels.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/arguments.md b/docs/arguments.md
index 729297d9..8cca1f00 100644
--- a/docs/arguments.md
+++ b/docs/arguments.md
@@ -179,7 +179,7 @@ If a [destination directory override](#override-destination-directory) is applie
KEEP_SRC_DIR_NAME=false
```
-🔄 This is the same action as the [Mirror Source Directory Name to Destination](./labels.md#mirror-source-directory-name-to-desitination) label, but applied globally.
+🔄 This is the same action as the [Mirror Source Directory Name to Destination](./labels.md#mirror-source-directory-name-to-destination) label, but applied globally.
## Console Log Level
Set the console log level for the container.
diff --git a/docs/labels.md b/docs/labels.md
index 18f1d493..e4e1d993 100644
--- a/docs/labels.md
+++ b/docs/labels.md
@@ -189,7 +189,7 @@ If a [destination directory override](#override-destination-directory-name) is a
nautical-backup.keep_src_dir_name=false
```
-🔄 This is the same action as the [Mirror Source Directory Name to Destination](./arguments.md#mirror-source-directory-name-to-desitination) variable, but applied only to this container.
+🔄 This is the same action as the [Mirror Source Directory Name to Destination](./arguments.md#mirror-source-directory-name-to-destination) variable, but applied only to this container.
## Use Default rsync Arguments
Use the default `rsync` arguemnts `-raq` (recursive, archive, quiet)