diff --git a/docs/manual/OptionalTasks/symlink.html b/docs/manual/OptionalTasks/symlink.html index 879e489b7..bef4aa028 100644 --- a/docs/manual/OptionalTasks/symlink.html +++ b/docs/manual/OptionalTasks/symlink.html @@ -48,7 +48,13 @@ set of links to record, or a set of property files to create links from.

link - The name of the link to be created or deleted. + The name of the link to be created or deleted.
+ Note this attribute is resolved against the current + working directory rather than the project's basedir for + historical reasons. It is recommended you always use an + absolute path or a path like ${basedir}/some-path + as its value. + required for action="single" or "delete". Ignored in other actions.