Skip to content

Commit 56464c8

Browse files
committed
change links to relative
1 parent 1c1fdba commit 56464c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ const sidebars = {
15781578
type: "link",
15791579
label: "Migration Guides",
15801580
description: "Migrate your database to ClickHouse",
1581-
href: "/docs/migrations/migrations"
1581+
href: "/migrations/migrations"
15821582
},
15831583
{
15841584
type: "link",
@@ -1701,19 +1701,19 @@ const sidebars = {
17011701
type: "link",
17021702
label: "Deployments and Scaling",
17031703
description: "How to deploy ClickHouse",
1704-
href: "/docs/deployment-guides/index"
1704+
href: "/deployment-guides/index"
17051705
},
17061706
{
17071707
type: "link",
17081708
label: "Security and Authentication",
17091709
description: "Secure your ClickHouse deployment",
1710-
href: "/docs/security-and-authentication"
1710+
href: "/security-and-authentication"
17111711
},
17121712
{
17131713
type: "link",
17141714
label: "Settings",
17151715
description: "Configure ClickHouse",
1716-
href: "/docs/operations/settings"
1716+
href: "/operations/settings"
17171717
},
17181718
{
17191719
type: "link",
@@ -1748,7 +1748,7 @@ const sidebars = {
17481748
type: "link",
17491749
label: "Functions",
17501750
description: "Hundreds of built-in functions to help you analyze your data",
1751-
href: "/docs/sql-reference/functions"
1751+
href: "/sql-reference/functions"
17521752
},
17531753
{
17541754
type: "link",

0 commit comments

Comments
 (0)