diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index d30b1a7..419fadb 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -36,7 +36,7 @@ function help { # Define manual top level directory. This is where # language-specific documentation structures are stored in. - MANUAL_TLDIR="$(cli_getRepoTLDir)/Manuals/RepoReference" + MANUAL_TLDIR="$(cli_getRepoTLDir)/Manuals/Repository" # Define file name (without extension) for documentation manual. MANUAL_NAME=$(cli_getRepoName "repository" -f)