This is an automated email from the ASF dual-hosted git repository. etudenhoefner pushed a commit to branch skip-linkchecking-on-release-page in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 5a7854644616821dc0816bc1bbba6c1f266dee9e Author: Eduard Tudenhoefner <[email protected]> AuthorDate: Wed Apr 24 17:00:40 2024 +0200 Docs: Don't check links on Release page --- site/docs/releases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/docs/releases.md b/site/docs/releases.md index 5a829b593b..d43032a107 100644 --- a/site/docs/releases.md +++ b/site/docs/releases.md @@ -39,7 +39,6 @@ The latest version of Iceberg is [{{ icebergVersion }}](https://github.com/apach * [{{ icebergVersion }} gcp-bundle Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-gcp-bundle/{{ icebergVersion }}/iceberg-gcp-bundle-{{ icebergVersion }}.jar) * [{{ icebergVersion }} azure-bundle Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-azure-bundle/{{ icebergVersion }}/iceberg-azure-bundle-{{ icebergVersion }}.jar) -<!-- markdown-link-check-enable --> To use Iceberg in Spark or Flink, download the runtime JAR for your engine version and add it to the jars folder of your installation. @@ -977,3 +976,5 @@ A more exhaustive list of changes is available under the [0.10.0 release milesto ### 0.7.0 * Git tag: [apache-iceberg-0.7.0-incubating](https://github.com/apache/iceberg/releases/tag/apache-iceberg-0.7.0-incubating) + +<!-- markdown-link-check-enable -->
