Skip to content

Commit

Permalink
Refactor dead links in the documents
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawalreetika authored and tdcmeehan committed Aug 21, 2024
1 parent 171e57d commit d69f1f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions presto-docs/src/main/sphinx/connector/clickhouse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ SQL support
-----------

The connector provides read and write access to data and metadata in
a ClickHouse catalog. In addition to the :ref:`globally available
<sql-globally-available>` and :ref:`read operation <sql-read-operations>`
statements, the connector supports the following features:
a ClickHouse catalog. In addition to the globally available and
read operation statements, the connector supports the following features:

* :doc:`/sql/insert`
* :doc:`/sql/truncate`
Expand Down
3 changes: 1 addition & 2 deletions presto-docs/src/main/sphinx/connector/googlesheets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,5 @@ fetching the sheet data for every table, unless it is already cached.
SQL support
-----------

The connector provides :ref:`globally available <sql-globally-available>` and
:ref:`read operation <sql-read-operations>` statements to access data and
The connector provides globally available and read operation statements to access data and
metadata in Google Sheets.
4 changes: 4 additions & 0 deletions presto-docs/src/main/sphinx/installation/jdbc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The above URL can be used as follows to create a connection:
String url = "jdbc:presto://example.net:8080/hive/sales";
Connection connection = DriverManager.getConnection(url, "test", null);
.. _jdbc-java-connection:

Connection Parameters
---------------------

Expand All @@ -75,6 +77,8 @@ These methods may be mixed; some parameters may be specified in the URL
while others are specified using properties. However, the same parameter
may not be specified using both methods.

.. _jdbc-parameter-reference:

Parameter Reference
-------------------

Expand Down

0 comments on commit d69f1f8

Please sign in to comment.