This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 79f19d5184b [MINOR][DOCS] Link to transforms page from hoodie streamer
page (#10868)
79f19d5184b is described below
commit 79f19d5184b1556002a96c5f72f356c7af4097b1
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Mar 14 12:25:59 2024 -0500
[MINOR][DOCS] Link to transforms page from hoodie streamer page (#10868)
---
website/docs/hoodie_streaming_ingestion.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/hoodie_streaming_ingestion.md
b/website/docs/hoodie_streaming_ingestion.md
index 8a8323c3bf0..24228a5c064 100644
--- a/website/docs/hoodie_streaming_ingestion.md
+++ b/website/docs/hoodie_streaming_ingestion.md
@@ -321,7 +321,7 @@ For Kafka, this is the max # of events to read.
`HoodieStreamer` supports custom transformation on records before writing to
storage. This is done by supplying
implementation of `org.apache.hudi.utilities.transform.Transformer` via
`--transformer-class` option. Check out
-the [options](#options) section for details.
+the [Transformers page](/docs/transforms) for details.
### Schema Providers