Repository: bahir Updated Branches: refs/heads/master 1ee23be3b -> 7f546fffa
[MINOR] Fix typo in projects README.md Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/7f546fff Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/7f546fff Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/7f546fff Branch: refs/heads/master Commit: 7f546fffaf1f5404e88beb61f0171d1e6582c0e2 Parents: 1ee23be Author: Luciano Resende <[email protected]> Authored: Sun Aug 7 19:40:43 2016 +0300 Committer: Luciano Resende <[email protected]> Committed: Wed Aug 10 02:03:40 2016 -0700 ---------------------------------------------------------------------- streaming-akka/README.md | 2 +- streaming-mqtt/README.md | 2 +- streaming-twitter/README.md | 2 +- streaming-zeromq/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/7f546fff/streaming-akka/README.md ---------------------------------------------------------------------- diff --git a/streaming-akka/README.md b/streaming-akka/README.md index db85cdd..c93b2f3 100644 --- a/streaming-akka/README.md +++ b/streaming-akka/README.md @@ -70,4 +70,4 @@ JavaStreamingContext jssc = ...; JavaDStream<String> lines = AkkaUtils.<String>createStream(jssc, Props.create(CustomActor.class), "CustomReceiver"); ``` -See end-to-end examples at ([Akka Examples](https://github.com/apache/bahir/tree/master/streaming-akka/examples) +See end-to-end examples at [Akka Examples](https://github.com/apache/bahir/tree/master/streaming-akka/examples) http://git-wip-us.apache.org/repos/asf/bahir/blob/7f546fff/streaming-mqtt/README.md ---------------------------------------------------------------------- diff --git a/streaming-mqtt/README.md b/streaming-mqtt/README.md index 9687dfe..2b3d752 100644 --- a/streaming-mqtt/README.md +++ b/streaming-mqtt/README.md @@ -51,4 +51,4 @@ this actor can be configured to handle failures, etc. JavaDStream<String> lines = MQTTUtils.createStream(jssc, brokerUrl, topic); ``` -See end-to-end examples at ([MQTT Examples](https://github.com/apache/bahir/tree/master/streaming-mqtt/examples) \ No newline at end of file +See end-to-end examples at [MQTT Examples](https://github.com/apache/bahir/tree/master/streaming-mqtt/examples) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bahir/blob/7f546fff/streaming-twitter/README.md ---------------------------------------------------------------------- diff --git a/streaming-twitter/README.md b/streaming-twitter/README.md index 6c16438..e2243e8 100644 --- a/streaming-twitter/README.md +++ b/streaming-twitter/README.md @@ -55,4 +55,4 @@ TwitterUtils.createStream(jssc); You can also either get the public stream, or get the filtered stream based on keywords. -See end-to-end examples at ([Twitter Examples](https://github.com/apache/bahir/tree/master/streaming-twitter/examples) \ No newline at end of file +See end-to-end examples at [Twitter Examples](https://github.com/apache/bahir/tree/master/streaming-twitter/examples) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bahir/blob/7f546fff/streaming-zeromq/README.md ---------------------------------------------------------------------- diff --git a/streaming-zeromq/README.md b/streaming-zeromq/README.md index 6a8a069..4184204 100644 --- a/streaming-zeromq/README.md +++ b/streaming-zeromq/README.md @@ -46,4 +46,4 @@ val lines = ZeroMQUtils.createStream(ssc, ...) JavaDStream<String> lines = ZeroMQUtils.createStream(jssc, ...); ``` -See end-to-end examples at ([ZeroMQ Examples](https://github.com/apache/bahir/tree/master/streaming-zeromq/examples) \ No newline at end of file +See end-to-end examples at [ZeroMQ Examples](https://github.com/apache/bahir/tree/master/streaming-zeromq/examples) \ No newline at end of file
