From f131ccc7831159a494890edf2b21cca40359f049 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 28 May 2026 10:31:18 -0600 Subject: [PATCH] fix: correct changelog link in DataFusion Java 0.1.0 blog post --- content/blog/2026-05-26-datafusion-java-0.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2026-05-26-datafusion-java-0.1.0.md b/content/blog/2026-05-26-datafusion-java-0.1.0.md index 2b370881..c78b5a76 100644 --- a/content/blog/2026-05-26-datafusion-java-0.1.0.md +++ b/content/blog/2026-05-26-datafusion-java-0.1.0.md @@ -40,7 +40,7 @@ as [Apache Arrow] record batches through the [Arrow C Data Interface]. This post focuses on what the project is and why it exists. The [changelog] has the full list of features that landed in 0.1.0. -[changelog]: https://github.com/apache/datafusion-java/blob/0.1.0/CHANGELOG.md +[changelog]: https://github.com/apache/datafusion-java/blob/0.1.0/dev/changelog/0.1.0.md ## Why DataFusion Java