Github user d2r commented on a diff in the pull request:
https://github.com/apache/storm/pull/2896#discussion_r228595224
--- Diff: docs/storm-sql-reference.md ---
@@ -189,7 +189,7 @@ may refer to tables in the FROM clause of an enclosing
query.
*selectWithoutFrom* is equivalent to VALUES,
but is not standard SQL and is only allowed in certain
-[conformance levels]({{ site.apiRoot
}}/org/apache/calcite/sql/validate/SqlConformance.html#isFromRequired--).
+[conformance
levels](https://calcite.apache.org/apidocs/org/apache/calcite/sql/validate/SqlConformance.html#isFromRequired--).
--- End diff --
Right, makes sense.
---