STORM-1652 Addressed review comments
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/775b2af7 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/775b2af7 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/775b2af7 Branch: refs/heads/master Commit: 775b2af78154baa01db81619ca32903e9f24aea8 Parents: 60f5dfb Author: Satish Duggana <sdugg...@hortonworks.com> Authored: Tue Mar 29 10:12:50 2016 +0530 Committer: Satish Duggana <sdugg...@hortonworks.com> Committed: Tue Mar 29 10:12:50 2016 +0530 ---------------------------------------------------------------------- docs/Trident-API-Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/775b2af7/docs/Trident-API-Overview.md ---------------------------------------------------------------------- diff --git a/docs/Trident-API-Overview.md b/docs/Trident-API-Overview.md index 5a0ffbc..a303797 100644 --- a/docs/Trident-API-Overview.md +++ b/docs/Trident-API-Overview.md @@ -395,8 +395,8 @@ Example of using `HBaseWindowStoreFactory` for windowing can be seen below. Detailed description of all the above APIs in this section can be found [here](javadocs/org/apache/storm/trident/Stream.html) #### Example applications -Example applications of these APIs are located at [TridentHBaseWindowingStoreTopology](https://github.com/apache/storm/blob/master/examples/storm-starter/src/jvm/org/apache/storm/starter/trident/TridentHBaseWindowingStoreTopology.java) -and [TridentWindowingInmemoryStoreTopology](https://github.com/apache/storm/blob/master/examples/storm-starter/src/jvm/org/apache/storm/starter/trident/TridentWindowingInmemoryStoreTopology.java) +Example applications of these APIs are located at [TridentHBaseWindowingStoreTopology]({{page.git-blob-base}}/examples/storm-starter/src/jvm/org/apache/storm/starter/trident/TridentHBaseWindowingStoreTopology.java) +and [TridentWindowingInmemoryStoreTopology]({{page.git-blob-base}}/examples/storm-starter/src/jvm/org/apache/storm/starter/trident/TridentWindowingInmemoryStoreTopology.java) ### partitionAggregate