Skip to content

Commit

Permalink
fix(docs): add migration guide link to LocalFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Jun 20, 2024
1 parent 76f7038 commit cf3e77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@NoArgsConstructor
@Schema(
title = "Allow to create files in the local filesystem or to send files from the local filesystem to the Kestra's internal storage.",
description = "Replaced by `inputFiles` property on the WorkingDirectory task. Previously, this task should be used with the WorkingDirectory task to be able to access the same local filesystem within multiple tasks. Note that this task cannot be skipped, so setting `disabled: true` will not work on this task."
description = "Replaced by `inputFiles` property on the WorkingDirectory task - migration information [here](https://kestra.io/docs/migration-guide/local-files). Previously, this task should be used with the WorkingDirectory task to be able to access the same local filesystem within multiple tasks. Note that this task cannot be skipped, so setting `disabled: true` will not work on this task."
)
@Deprecated
@Plugin(examples = {
Expand Down

0 comments on commit cf3e77b

Please sign in to comment.