diff --git a/pages/data-warehouse/how-to/manage-databases.mdx b/pages/data-warehouse/how-to/manage-databases.mdx
index 245dfc78ae..b01b638770 100644
--- a/pages/data-warehouse/how-to/manage-databases.mdx
+++ b/pages/data-warehouse/how-to/manage-databases.mdx
@@ -32,11 +32,11 @@ During the private beta phase, the management of databases in your Data Warehous
## How to manage databases using frameworks
-[Connect to your deployment](/data-warehouse/how-to/connect-to-deployment/) using your preferred framework.
+[Connect to your deployment](/data-warehouse/how-to/connect-applications/) using your preferred framework.
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.
Once connected, you can run SQL queries to `CREATE/ALTER/DROP` your `DATABASE/TABLE`.
-Refer to the official ClickHouse® documentation on [database management](clickhouse.com/docs/starter-guides) for more information.
\ No newline at end of file
+Refer to the official ClickHouse® documentation on [database management](https://clickhouse.com/docs/starter-guides) for more information.
\ No newline at end of file
diff --git a/pages/data-warehouse/how-to/manage-users.mdx b/pages/data-warehouse/how-to/manage-users.mdx
index 55ab7f68d7..27a8a4013e 100644
--- a/pages/data-warehouse/how-to/manage-users.mdx
+++ b/pages/data-warehouse/how-to/manage-users.mdx
@@ -34,7 +34,7 @@ During the private beta phase, the management of users for your Data Warehouse f
## How to manage users using frameworks
-[Connect to your deployment](/data-warehouse/how-to/connect-to-deployment/) using your preferred framework.
+[Connect to your deployment](/data-warehouse/how-to/connect-applications/) using your preferred framework.
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.