From 0ec1abfacf02240e694afa7fb39367382b453b48 Mon Sep 17 00:00:00 2001 From: Jennifer Huang <47805623+Jennifer88huang@users.noreply.github.com> Date: Thu, 19 Dec 2019 15:05:02 +0800 Subject: [PATCH] [blog] Refine format issues for Pulsar 2.4.2 release blog (#5893) * Update a format issue * Update the link issue --- site2/website/blog/2019-12-04-Apache-Pulsar-2-4-2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site2/website/blog/2019-12-04-Apache-Pulsar-2-4-2.md b/site2/website/blog/2019-12-04-Apache-Pulsar-2-4-2.md index acabf59c62673..51e7cd6d07fca 100644 --- a/site2/website/blog/2019-12-04-Apache-Pulsar-2-4-2.md +++ b/site2/website/blog/2019-12-04-Apache-Pulsar-2-4-2.md @@ -6,11 +6,12 @@ title: Apache Pulsar 2.4.2 We are proud to publish Apache Pulsar 2.4.2. Thank the great efforts from Apache Pulsar community with over 110 commits, covering improvements and bug fixes. -For detailed changes related to 2.4.2 release, refer to [release notes](/release-notes.md#2.4.2). +For detailed changes related to 2.4.2 release, refer to [release notes](/release-notes/#2.4.2). I will highlight some improvements and bug fixes in this blog. + ## Use classLoaders to load Java functions In Pulsar 2.4.2, windowed functions can work well whether Java Functions instances use shaded JAR or classLoaders, and functionClassLoader is set correctly when the `--output-serde-classname` option is enabled.