Skip to content

Commit 9db7b99

Browse files
committed
fix links
1 parent 7578cf3 commit 9db7b99

File tree

12 files changed

+21
-11
lines changed

12 files changed

+21
-11
lines changed

docs/deployment-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This deployment mode is the go-to choice for production environments where relia
4545

4646
<Image img={chCloud} alt="ClickHouse Cloud" size="sm"/>
4747

48-
A key advantage of ClickHouse Cloud is its integrated tooling. [ClickPipes](/cloud/get-started/cloud-quick-start#clickpipes) provides a robust data ingestion framework, allowing you to easily connect and stream data from various sources without managing complex ETL pipelines. The platform also offers a dedicated [querying API](/cloud/get-started/query-endpoints), making it significantly easier to build applications.
48+
A key advantage of ClickHouse Cloud is its integrated tooling. [ClickPipes](/getting-started/quick-start/cloud/#clickpipes) provides a robust data ingestion framework, allowing you to easily connect and stream data from various sources without managing complex ETL pipelines. The platform also offers a dedicated [querying API](/cloud/get-started/query-endpoints), making it significantly easier to build applications.
4949

5050
The SQL Console in ClickHouse Cloud includes a powerful [dashboarding](/cloud/manage/dashboards) feature that lets you transform your queries into interactive visualizations. You can create and share dashboards built from your saved queries, with the ability to add interactive elements through query parameters. These dashboards can be made dynamic using global filters, allowing users to explore data through customizable views – though it's important to note that users will need at least read access to the underlying saved queries to view the visualizations.
5151

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: 'Tutorials and Example Datasets'
1212

1313
We have a lot of resources for helping you get started and learn how ClickHouse works:
1414

15-
- If you need to get ClickHouse up and running, check out our [Quick Start](../quick-start.mdx)
15+
- If you need to get ClickHouse up and running, check out our [Quick Start](/get-started/quick-start)
1616
- The [ClickHouse Tutorial](../tutorial.md) analyzes a dataset of New York City taxi rides
1717

1818
In addition, the sample datasets provide a great experience on working with ClickHouse,

docs/getting-started/install/_snippets/_quick_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ template](https://github.com/ClickHouse/ClickHouse/blob/master/programs/server/c
7171
You are now ready to start sending SQL commands to ClickHouse!
7272

7373
:::tip
74-
The [Quick Start](/quick-start.mdx) walks through the steps for creating tables and inserting data.
74+
The [Quick Start](/get-started/quick-start) walks through the steps for creating tables and inserting data.
7575
:::
7676

7777
</VerticalStepper>

docs/guides/best-practices/sparse-primary-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this guide we are going to do a deep dive into ClickHouse indexing. We will i
4343
- [what some of the best practices are for indexing in ClickHouse](#using-multiple-primary-indexes)
4444

4545
You can optionally execute all ClickHouse SQL statements and queries given in this guide by yourself on your own machine.
46-
For installation of ClickHouse and getting started instructions, see the [Quick Start](/quick-start.mdx).
46+
For installation of ClickHouse and getting started instructions, see the [Quick Start](/get-started/quick-start).
4747

4848
:::note
4949
This guide is focusing on ClickHouse sparse primary indexes.

docs/guides/sre/keeper/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ If you have ClickHouse installed, you can use the binary directly:
480480
clickhouse keeper-converter ...
481481
```
482482

483-
Otherwise, you can [download the binary](/getting-started/quick-start#download-the-binary) and run the tool as described above without installing ClickHouse.
483+
Otherwise, you can [download the binary](/get-started/quick-start#download-the-binary) and run the tool as described above without installing ClickHouse.
484484
:::
485485

486486

docs/integrations/sql-clients/jupysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ from sklearn_evaluation import plot
4141

4242
**You'd need to make sure your Clickhouse is up and reachable for the next stages. You can use either the local or the cloud version.**
4343

44-
**Note:** you will need to adjust the connection string according to the instance type you're trying to connect to (url, user, password). In the example below we've used a local instance. To learn more about it, check out [this guide](/getting-started/quick-start).
44+
**Note:** you will need to adjust the connection string according to the instance type you're trying to connect to (url, user, password). In the example below we've used a local instance. To learn more about it, check out [this guide](/get-started/quick-start).
4545

4646

4747
```python

docs/introduction-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to ClickHouse! Check out the pages below to learn how to get up and runn
1010
| Page | Description |
1111
|------------------------------------------------|--------------------------------------------------------------------|
1212
| [What is ClickHouse?](about-us/intro.mdx) | Learn more about what ClickHouse is. |
13-
| [Quick Start](quick-start.mdx) | Quick start guide to get you up and running in no time. |
13+
| [Quick Start](/get-started/quick-start) | Quick start guide to get you up and running in no time. |
1414
| [Advanced Tutorial](tutorial.md) | Comfortable with the basics? Let's do something more interesting. |
1515
| [Install](getting-started/install/install.mdx) | Learn about the various ways you can install ClickHouse. |
1616
| [Deployment modes](deployment-modes.md) | This guide explores the four main ways to deploy and use ClickHouse.|

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn how to ingest and query data in ClickHouse using a New York City taxi exam
1616

1717
### Prerequisites {#prerequisites}
1818

19-
You need access to a running ClickHouse service to complete this tutorial. For instructions, see the [Quick Start](./quick-start.mdx) guide.
19+
You need access to a running ClickHouse service to complete this tutorial. For instructions, see the [Quick Start](/get-started/quick-start) guide.
2020

2121
<VerticalStepper>
2222

docs/use-cases/observability/clickstack/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Users can deploy ClickStack against ClickHouse Cloud, benefiting from a fully ma
9696

9797
### Create a ClickHouse Cloud service {#create-a-service}
9898

99-
Follow the [getting started guide for ClickHouse Cloud](/cloud/get-started/cloud-quick-start#1-create-a-clickhouse-service) to create a service.
99+
Follow the [getting started guide for ClickHouse Cloud](/getting-started/quick-start/cloud#1-create-a-clickhouse-service) to create a service.
100100

101101
### Copy connection details {#copy-cloud-connection-details}
102102

docs/use-cases/observability/clickstack/production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The following represents a simple deployment of ClickStack using ClickHouse Clou
139139

140140
### Create a service {#create-a-service}
141141

142-
Follow the [getting started guide for ClickHouse Cloud](/cloud/get-started/cloud-quick-start#1-create-a-clickhouse-service) to create a service.
142+
Follow the [getting started guide for ClickHouse Cloud](/getting-started/quick-start/cloud/#1-create-a-clickhouse-service) to create a service.
143143

144144
### Copy connection details {#copy-connection-details}
145145

0 commit comments

Comments
 (0)