Skip to content

Commit b79c179

Browse files
authored
Merge pull request #4464 from Blargian/menu_links
Fix top level menu links which go to the wrong place
2 parents fe3c9f9 + 6afbe11 commit b79c179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ const sidebars = {
16241624
type: "link",
16251625
label: "Migration Guides",
16261626
description: "Migrate your database to ClickHouse",
1627-
href: "/migrations/migrations"
1627+
href: "/integrations/migration/overview"
16281628
},
16291629
{
16301630
type: "link",
@@ -1829,7 +1829,7 @@ const sidebars = {
18291829
type: "link",
18301830
label: "Data Sources",
18311831
description: "Load data into ClickHouse from your prefered source",
1832-
href: "/integrations/index"
1832+
href: "/integrations/data-sources/index"
18331833
},
18341834
{
18351835
type: "link",

0 commit comments

Comments
 (0)