Skip to content

Commit

Permalink
Fix typo for link in SFTP Consumer README
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgleam authored Sep 15, 2023
1 parent 6835533 commit eccdf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/consumer/sftp-consumer/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can use `sftpConsumer` as a qualifier when injecting.

All configuration properties are prefixed with `sftp.consumer`.

For more information on the various options available, please see link:src/main/java/org/springframework/cloud/fn/consumer/sftp/SFTPConsumerProperties.java[SftpConsumerProperties].
For more information on the various options available, please see link:src/main/java/org/springframework/cloud/fn/consumer/sftp/SftpConsumerProperties.java[SftpConsumerProperties].

A `ComponentCustomizer<SftpMessageHandlerSpec>` bean can be added in the target project to provide any custom options for the `SftpMessageHandlerSpec` configuration used by the `sftpConsumer`.

Expand Down

0 comments on commit eccdf79

Please sign in to comment.