Skip to content

Commit 4996069

Browse files
authored
Merge pull request #6181 from Blargian/fix/query-endpoints-double-slash
Fix double-slash typo in Cloud Endpoints API link
2 parents 8ac9d43 + 6e2a28c commit 4996069

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs
    • cloud/reference/01_changelog/01_cloud_changelog/archive
    • integrations/data-sources

docs/cloud/reference/01_changelog/01_cloud_changelog/archive/2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ This release updates the ClickHouse version to 23.3, significantly improves the
329329
This release brings an API for retrieving cloud endpoints, an advanced scaling control for minimum idle timeout, and support for external data in Python client query methods.
330330

331331
### API changes {#api-changes}
332-
* Added ability to programmatically query ClickHouse Cloud endpoints via [Cloud Endpoints API](//cloud/get-started/query-endpoints.md)
332+
* Added ability to programmatically query ClickHouse Cloud endpoints via [Cloud Endpoints API](/cloud/get-started/query-endpoints)
333333

334334
### Console changes {#console-changes-21}
335335
- Added 'minimum idle timeout' setting to advanced scaling settings

docs/integrations/data-sources/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The `MySQL` table engine allows you to connect ClickHouse to MySQL. **SELECT** a
6464

6565
:::note
6666
If you're using this feature in ClickHouse Cloud, you may need the to allow the ClickHouse Cloud IP addresses to access your MySQL instance.
67-
Check the ClickHouse [Cloud Endpoints API](//cloud/get-started/query-endpoints.md) for egress traffic details.
67+
Check the ClickHouse [Cloud Endpoints API](/cloud/get-started/query-endpoints) for egress traffic details.
6868
:::
6969

7070
### 2. Define a Table in ClickHouse {#2-define-a-table-in-clickhouse}

0 commit comments

Comments
 (0)