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;