diff --git a/Scripts/Functions/Help/help_getEntry.sh b/Scripts/Functions/Help/help_getEntry.sh index 679353d..805662f 100755 --- a/Scripts/Functions/Help/help_getEntry.sh +++ b/Scripts/Functions/Help/help_getEntry.sh @@ -57,7 +57,7 @@ function help_getEntry { if [[ ${ENTRY} =~ '\.texi$' ]];then ENTRY=$(echo ${ENTRY} | sed 's!trunk/Manual/!!') else - ENTRY=$(dirname Repository/${ENTRY})/$(basename $LOCATION).texi + ENTRY=$(dirname Directories/${ENTRY})/$(basename $LOCATION).texi fi # Re-define entry to set absolute path to manuals base directory