summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sqlglot.html')
-rw-r--r--docs/sqlglot.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/sqlglot.html b/docs/sqlglot.html
index 0edd2e4..f9e5c98 100644
--- a/docs/sqlglot.html
+++ b/docs/sqlglot.html
@@ -101,6 +101,8 @@
<p>Syntax <a href="#parser-errors">errors</a> are highlighted and dialect incompatibilities can warn or raise depending on configurations. However, it should be noted that SQL validation is not SQLGlot’s goal, so some syntax errors may go unnoticed.</p>
+<p>Learn more about the SQLGlot API in the <a href="https://sqlglot.com/">documentation</a>.</p>
+
<p>Contributions are very welcome in SQLGlot; read the <a href="https://github.com/tobymao/sqlglot/blob/main/CONTRIBUTING.md">contribution guide</a> to get started!</p>
<h2 id="table-of-contents">Table of Contents</h2>
@@ -358,7 +360,7 @@
</div>
<div class="pdoc-code codehilite">
-<pre><span></span><code><span class="s1">&#39;SELECT x FROM y, z&#39;</span>
+<pre><span></span><code><span class="s1">&#39;SELECT x FROM z&#39;</span>
</code></pre>
</div>
@@ -581,7 +583,9 @@
<h2 id="documentation">Documentation</h2>
-<p>SQLGlot uses <a href="https://pdoc.dev/">pdoc</a> to serve its API documentation:</p>
+<p>SQLGlot uses <a href="https://pdoc.dev/">pdoc</a> to serve its API documentation.</p>
+
+<p>A hosted version is on the <a href="https://sqlglot.com/">SQLGlot website</a>, or you can build locally with:</p>
<pre><code>make docs-serve
</code></pre>