KyleLin0927 opened a new pull request, #13288:
URL: https://github.com/apache/iceberg/pull/13288

   ### What this PR does
   
   This PR fixes broken `{@link ...}` tags in the Flink Configuration 
documentation by converting them into proper Markdown links.
   Fixes #13825
   
   ### Why is this necessary
   
   The original links used JavaDoc-style `{@link ...}` syntax, which is not 
rendered correctly in Markdown.
   
   ### How this was fixed
   
   - Replaced `{@link StatisticsType#Map}` with 
[`StatisticsType.Map`](../../javadoc/{{ icebergVersion 
}}/org/apache/iceberg/flink/sink/shuffle/StatisticsType.html#Map)
   - Replaced `{@link StatisticsType#Sketch}` with 
[`StatisticsType.Sketch`](../../javadoc/{{ icebergVersion 
}}/org/apache/iceberg/flink/sink/shuffle/StatisticsType.html#Sketch)
   
   These changes follow the link style already used elsewhere in the 
documentation (e.g., `PendingUpdate` references).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to