Skip to content

Commit eccdf79

Browse files
authored
Fix typo for link in SFTP Consumer README
1 parent 6835533 commit eccdf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/consumer/sftp-consumer/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use `sftpConsumer` as a qualifier when injecting.
1414

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

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

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

0 commit comments

Comments
 (0)