From 3035aa6862c0208aee621a63704e9fd9d54e89e6 Mon Sep 17 00:00:00 2001 From: Sijie Guo Date: Thu, 23 Jan 2020 00:24:54 -0800 Subject: [PATCH] [Issue 5996][docs] Update broken links in 2.4.1 and 2.4.2 releases (#6080) --- .../website/versioned_docs/version-2.4.1/functions-overview.md | 2 +- .../website/versioned_docs/version-2.4.2/functions-overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site2/website/versioned_docs/version-2.4.1/functions-overview.md b/site2/website/versioned_docs/version-2.4.1/functions-overview.md index 97b59c3f5d6db..bd97ce70ff0d3 100644 --- a/site2/website/versioned_docs/version-2.4.1/functions-overview.md +++ b/site2/website/versioned_docs/version-2.4.1/functions-overview.md @@ -54,7 +54,7 @@ If you implement the classic word count example using Pulsar Functions, it looks ![Pulsar Functions word count example](assets/pulsar-functions-word-count.png) -To write the function in Java with [Pulsar Functions SDK for Java](functions-develop#available-apis), you can write the function as follows. +To write the function in Java with [Pulsar Functions SDK for Java](functions-develop.md#available-apis), you can write the function as follows. ```java package org.example.functions; diff --git a/site2/website/versioned_docs/version-2.4.2/functions-overview.md b/site2/website/versioned_docs/version-2.4.2/functions-overview.md index 0119b65c8eace..d2024cca14bcf 100644 --- a/site2/website/versioned_docs/version-2.4.2/functions-overview.md +++ b/site2/website/versioned_docs/version-2.4.2/functions-overview.md @@ -54,7 +54,7 @@ If you implement the classic word count example using Pulsar Functions, it looks ![Pulsar Functions word count example](assets/pulsar-functions-word-count.png) -To write the function in Java with [Pulsar Functions SDK for Java](functions-develop#available-apis), you can write the function as follows. +To write the function in Java with [Pulsar Functions SDK for Java](functions-develop.md#available-apis), you can write the function as follows. ```java package org.example.functions;