This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 86aa9456e5b [fix][doc] typo in sql-rest-api.md (#630)
86aa9456e5b is described below

commit 86aa9456e5baa95c93027fd4a6a7e8a44b0d8f50
Author: Samuel Hinton <[email protected]>
AuthorDate: Wed Jul 5 21:17:24 2023 +1000

    [fix][doc] typo in sql-rest-api.md (#630)
---
 docs/sql-rest-api.md                         | 2 +-
 versioned_docs/version-3.0.x/sql-rest-api.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sql-rest-api.md b/docs/sql-rest-api.md
index 723771f92d7..bc2c10153a3 100644
--- a/docs/sql-rest-api.md
+++ b/docs/sql-rest-api.md
@@ -10,7 +10,7 @@ This section lists resources that make up the Trino REST API 
v1.
 
 All requests for Trino services should use Trino REST API v1 version.
 
-To request services, use the explicit URL `http://trino.service:8081/v1``. You 
need to update `trino.service:8081` with your real Trino address before sending 
requests.
+To request services, use the explicit URL `http://trino.service:8081/v1`. You 
need to update `trino.service:8081` with your real Trino address before sending 
requests.
 
 `POST` requests require the `X-Trino-User` header. If you use authentication, 
you must use the same `username` that is specified in the authentication 
configuration. If you do not use authentication, you can specify anything for 
`username`.
 
diff --git a/versioned_docs/version-3.0.x/sql-rest-api.md 
b/versioned_docs/version-3.0.x/sql-rest-api.md
index 723771f92d7..bc2c10153a3 100644
--- a/versioned_docs/version-3.0.x/sql-rest-api.md
+++ b/versioned_docs/version-3.0.x/sql-rest-api.md
@@ -10,7 +10,7 @@ This section lists resources that make up the Trino REST API 
v1.
 
 All requests for Trino services should use Trino REST API v1 version.
 
-To request services, use the explicit URL `http://trino.service:8081/v1``. You 
need to update `trino.service:8081` with your real Trino address before sending 
requests.
+To request services, use the explicit URL `http://trino.service:8081/v1`. You 
need to update `trino.service:8081` with your real Trino address before sending 
requests.
 
 `POST` requests require the `X-Trino-User` header. If you use authentication, 
you must use the same `username` that is specified in the authentication 
configuration. If you do not use authentication, you can specify anything for 
`username`.
 

Reply via email to