Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2443#discussion_r202344785
--- Diff: docs/storm-sql.md ---
@@ -6,14 +6,14 @@ documentation: true
The Storm SQL integration allows users to run SQL queries over streaming
data in Storm. Not only the SQL interface allows faster development cycles on
streaming analytics, but also opens up the opportunities to unify batch data
processing like [Apache Hive](///hive.apache.org) and real-time streaming data
analytics.
-At a very high level StormSQL compiles the SQL queries to
[Trident](Trident-API-Overview.html) topologies and executes them in Storm
clusters. This document provides information of how to use StormSQL as end
users. For people that are interested in more details in the design and the
implementation of StormSQL please refer to the [this](storm-sql-internal.html)
page.
+At a very high level StormSQL compiles the SQL queries to Storm topologies
leveraging Streams API and executes them in Storm clusters. This document
provides information of how to use StormSQL as end users. For people that are
interested in more details in the design and the implementation of StormSQL
please refer to the [this](storm-sql-internal.html) page.
--- End diff --
There's a link to storm-sql-internal in this line
---