Skip to content

Commit e7361bb

Browse files
kw2542prateekm
authored andcommitted
Update Documentation (#1189)
Fix broken link to JoinExample.
1 parent 842f970 commit e7361bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/documentation/versioned/api/high-level-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Samza's flexible High Level Streams API lets you describe your complex stream pr
5656

5757
- The [Filter example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/FilterExample.java) demonstrates how to perform stateless operations on a stream.
5858

59-
- The [Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/JoinExample.java]) demonstrates how you can join a Kafka stream of page-views with a stream of ad-clicks
59+
- The [Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/JoinExample.java) demonstrates how you can join a Kafka stream of page-views with a stream of ad-clicks
6060

6161
- The [Stream-Table Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/RemoteTableJoinExample.java) demonstrates how to use the Samza Table API. It joins a Kafka stream with a remote dataset accessed through a REST service.
6262

0 commit comments

Comments
 (0)