Changeset 184

Show
Ignore:
Timestamp:
04/17/07 14:46:23 (1 year ago)
Author:
mrook
Message:

Fix links to core types appendix (closes issue #87)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r183 r184  
    363363Additionally, <em>CopyTask</em> supports Filesets, i.e. you can 
    364364easily include/exclude one or more files. For more information, 
    365 see <a href="appendixes/AppendixC-CoreTypes.html#Filesets">Appendix C</a>. 
     365see <a href="AppendixD-CoreTypes.html#Fileset">Appendix D</a>. 
    366366Mappers and Filterchains are also supported by <em>CopyTask</em>, 
    367367so you can do almost everything that needs processing the content 
     
    469469<p> 
    470470Deletes a file or directory, or set of files defined by a fileset. 
    471 See <a href="appendixes/AppendixC-CoreTypes.html#Fileset">Appendix C</a> 
     471See <a href="AppendixD-CoreTypes.html#Fileset">Appendix D</a> 
    472472for information on Filesets. 
    473473</p>