Skip to content

Commit

Permalink
Update Documentation (#1189)
Browse files Browse the repository at this point in the history
Fix broken link to JoinExample.
  • Loading branch information
kw2542 authored and prateekm committed Oct 18, 2019
1 parent 842f970 commit e7361bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/documentation/versioned/api/high-level-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Samza's flexible High Level Streams API lets you describe your complex stream pr

- 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.

- 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
- 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

- 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.

Expand Down

0 comments on commit e7361bb

Please sign in to comment.