diff --git a/Scripts/Functions/Help/help_restoreCrossReferences.sh b/Scripts/Functions/Help/help_restoreCrossReferences.sh index 3f96921..c00f764 100755 --- a/Scripts/Functions/Help/help_restoreCrossReferences.sh +++ b/Scripts/Functions/Help/help_restoreCrossReferences.sh @@ -48,7 +48,7 @@ function help_restoreCrossReferences { # 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)$//" \