diff --git a/Scripts/Functions/Help/help_deleteCrossReferences.sh b/Scripts/Functions/Help/help_deleteCrossReferences.sh index ddc9bc0..22c6e03 100755 --- a/Scripts/Functions/Help/help_deleteCrossReferences.sh +++ b/Scripts/Functions/Help/help_deleteCrossReferences.sh @@ -44,7 +44,7 @@ function help_deleteCrossReferences { # Build the node string using entry location. local NODE=$(echo "$LOCATION" \ - | cut -d / -f8- \ + | cut -d / -f7- \ | tr '/' ' ' \ | sed -r \ -e "s/(chapter-intro\.texi|\.texi)$//" \