Skip to content

Commit 70ca0ed

Browse files
authored
fix(docs): fix broken links (#5084)
* fix(docs): fix broken links * Apply suggestions from code review
1 parent 51277b4 commit 70ca0ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/data-warehouse/how-to/manage-databases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ During the private beta phase, the management of databases in your Data Warehous
3232

3333
## How to manage databases using frameworks
3434

35-
[Connect to your deployment](/data-warehouse/how-to/connect-to-deployment/) using your preferred framework.
35+
[Connect to your deployment](/data-warehouse/how-to/connect-applications/) using your preferred framework.
3636
<Message type="tip">
3737
You can also connect using the ClickHouse HTTP console from the **Overview** tab of your deployment. Make sure to enter valid credentials in the top-right fields.
3838
</Message>
3939

4040
Once connected, you can run SQL queries to `CREATE/ALTER/DROP` your `DATABASE/TABLE`.
4141

42-
Refer to the official ClickHouse® documentation on [database management](clickhouse.com/docs/starter-guides) for more information.
42+
Refer to the official ClickHouse® documentation on [database management](https://clickhouse.com/docs/starter-guides) for more information.

pages/data-warehouse/how-to/manage-users.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ During the private beta phase, the management of users for your Data Warehouse f
3434

3535
## How to manage users using frameworks
3636

37-
[Connect to your deployment](/data-warehouse/how-to/connect-to-deployment/) using your preferred framework.
37+
[Connect to your deployment](/data-warehouse/how-to/connect-applications/) using your preferred framework.
3838
<Message type="tip">
3939
You can also connect using the ClickHouse HTTP console from the **Overview** tab of your deployment. Make sure to enter valid credentials in the top-right fields.
4040
</Message>

0 commit comments

Comments
 (0)