Skip to content

Commit 72993ee

Browse files
authored
docs: Remove dead link (#397)
1 parent 75a1948 commit 72993ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/Connecting_and_queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ SQL statements in the Firebolt UI.
410410
Asynchronous query execution
411411
==========================================
412412

413-
Not to be confused with :ref:`Server-side async`. Asynchronous Python SDK
413+
Asynchronous Python SDK
414414
functionality is used to write concurrent code. Unlike in a synchronous approach, when executing
415415
a query is a blocking operation, this approach allows doing other processing or queries while the
416416
original query is waiting on the network or the server to respond. This is especially useful when

0 commit comments

Comments
 (0)