From dc94e576c76265e4674b89fe6c1cbacb61d17c91 Mon Sep 17 00:00:00 2001 From: sjgleam Date: Fri, 15 Sep 2023 23:46:28 +0900 Subject: [PATCH] Fix typo for link in SFTP Consumer README --- consumer/sftp-consumer/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/sftp-consumer/README.adoc b/consumer/sftp-consumer/README.adoc index 39bd39d0..0baa33fb 100644 --- a/consumer/sftp-consumer/README.adoc +++ b/consumer/sftp-consumer/README.adoc @@ -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` bean can be added in the target project to provide any custom options for the `SftpMessageHandlerSpec` configuration used by the `sftpConsumer`.