This is an automated email from the ASF dual-hosted git repository.

mehulbatra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new c9ecc1f69 [hotfix] Fix iceberg doc display (#1818)
c9ecc1f69 is described below

commit c9ecc1f695ac6e5e88cbb0c49be45bf0db0b7851
Author: yuxia Luo <[email protected]>
AuthorDate: Thu Oct 16 17:30:56 2025 +0800

    [hotfix] Fix iceberg doc display (#1818)
---
 website/docs/quickstart/flink-iceberg.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/docs/quickstart/flink-iceberg.md 
b/website/docs/quickstart/flink-iceberg.md
index b32fc7e54..7a3ac8789 100644
--- a/website/docs/quickstart/flink-iceberg.md
+++ b/website/docs/quickstart/flink-iceberg.md
@@ -36,7 +36,8 @@ cd fluss-quickstart-flink-iceberg
 
 ```shell
 mkdir lib
-wget -O lib/hadoop-apache-3.3.5-2.jar 
https://repo1.maven.org/maven2/io/trino/hadoop/hadoop-apache/3.3.5-2/hadoop-apache-3.3.5-2.jar```
+wget -O lib/hadoop-apache-3.3.5-2.jar 
https://repo1.maven.org/maven2/io/trino/hadoop/hadoop-apache/3.3.5-2/hadoop-apache-3.3.5-2.jar
+```
 
 This jar file provides Hadoop 3.3.5 dependencies required for Iceberg's Hadoop 
catalog integration.
 

Reply via email to