Skip to content

Commit 1201bb1

Browse files
authored
Merge pull request ClickHouse#80472 from ClickHouse/fix_links
Docs: fix anchors after install guide restructure
2 parents 3c02c1f + 400573d commit 1201bb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/interfaces/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To also install it, run:
2828
sudo ./clickhouse install
2929
```
3030

31-
See [Install ClickHouse](../getting-started/install.md) for more installation options.
31+
See [Install ClickHouse](../getting-started/install/install.mdx) for more installation options.
3232

3333
Different client and server versions are compatible with one another, but some features may not be available in older clients. We recommend using the same version for client and server.
3434

docs/en/operations/optimizing-performance/sampling-query-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The default sampling frequency is one sample per second and both CPU and real ti
4343

4444
To analyze the `trace_log` system table:
4545

46-
- Install the `clickhouse-common-static-dbg` package. See [Install from DEB Packages](../../getting-started/install.md#install-from-deb-packages).
46+
- Install the `clickhouse-common-static-dbg` package. See [Install from DEB Packages](../../getting-started/install/install.mdx).
4747

4848
- Allow introspection functions by the [allow_introspection_functions](../../operations/settings/settings.md#allow_introspection_functions) setting.
4949

0 commit comments

Comments
 (0)