diff --git a/Scripts/Bash/Functions/Help/help.sh b/Scripts/Bash/Functions/Help/help.sh index 813991f..db34d9f 100755 --- a/Scripts/Bash/Functions/Help/help.sh +++ b/Scripts/Bash/Functions/Help/help.sh @@ -52,7 +52,7 @@ function help { # permitted, use `trunk/Manuals' directory structure as default # location to store documentation manuals. if [[ ! $MANUAL_TLDIR =~ "^${CLI_WRKCOPY}/(trunk/Manuals|branches/Manuals/[[:alnum:]-]+)$" ]];then - MANUAL_TLDIR="${CLI_WRKCOPY}/trunk/Manuals" + MANUAL_TLDIR="${CLI_WRKCOPY}/branches/Manuals/Texinfo" fi # Initialize documentation entries arrays. Arrays defined here