diff options
Diffstat (limited to 'lib/sisu/v0/help.rb')
| -rw-r--r-- | lib/sisu/v0/help.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/sisu/v0/help.rb b/lib/sisu/v0/help.rb index 5c568074..7c09da3c 100644 --- a/lib/sisu/v0/help.rb +++ b/lib/sisu/v0/help.rb @@ -867,7 +867,7 @@ If you have problems check permissions (and if in home directory ownership).    images:      source:                    #{@cX.blue}#{@env.path.image_source}#{@cX.off}      latex source:              #{@cX.blue}#{@env.path.image_source_tex}#{@cX.off} -    note images are also sourced from within your pwd - #{@cX.blue}#{Dir.pwd}/_sisu/sisu/image_local#{@cX.off} if it exists +    note images are also sourced from within your pwd - #{@cX.blue}#{Dir.pwd}/_sisu/image#{@cX.off} if it exists    #{@cX.grey}[ texinfo:                     #{@env.path.texinfo} - check duplication ]#{@cX.off}   #{@cX.green}resource configuraton files#{@cX.off} to change the paths specified above, are searched for in the following order: @@ -967,7 +967,7 @@ WOK        images that the author wishes to include within documents,        these should be placed in a sub-directory -      within the current document markup directory called #{@cX.green}_sisu/sisu/image_local#{@cX.off} +      within the current document markup directory called #{@cX.green}_sisu/image#{@cX.off}        if an instruction is given to process a remote document which contains        downloadable images, they are included in a sub-directory of the current | 
