Skip to content

Commit

Permalink
[Issue 5996][docs] Update broken links in 2.4.1 and 2.4.2 releases (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
sijie authored Jan 23, 2020
1 parent 0aee35a commit 3035aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3035aa6

Please sign in to comment.