diff --git a/Scripts/Functions/Help/help_getEntry.sh b/Scripts/Functions/Help/help_getEntry.sh
index d187c3c..bc2c928 100755
--- a/Scripts/Functions/Help/help_getEntry.sh
+++ b/Scripts/Functions/Help/help_getEntry.sh
@@ -55,7 +55,7 @@ function help_getEntry {
     # paths provided inside trunk/Identity/Manuals/ such actions need
     # to be performed manually.
     if [[ ${ENTRY} =~ '\.texi$' ]];then
-        ENTRY=$(echo ${ENTRY} | sed 's!trunk/Manual!!')
+        ENTRY=$(echo ${ENTRY} | sed 's!trunk/Manual/!!')
     else
         ENTRY=$(dirname Directories/${ENTRY})/$(basename $LOCATION).texi
     fi