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/fe50a1b5 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/fe50a1b5 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/fe50a1b5 Branch: refs/heads/1.x-branch Commit: fe50a1b558ae1ccf28854a344062a52998096840 Parents: 12c504e Author: Satish Duggana <[email protected]> Authored: Tue Mar 29 10:12:50 2016 +0530 Committer: Jungtaek Lim <[email protected]> Committed: Thu Mar 31 19:10:27 2016 +0900 ---------------------------------------------------------------------- docs/Trident-API-Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/fe50a1b5/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
