Skip to content

Commit a84d022

Browse files
committed
fix more slugs
1 parent 4fa79e3 commit a84d022

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/guides/sre/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /en/security-and-authentication
2+
slug: /security-and-authentication
33
title: "Security and Authentication"
44
description: "Landing page for Security and Authentication"
55
---

docs/migrations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: en/migrations
2+
slug: migrations
33
title: Migrations
44
pagination_prev: null
55
pagination_next: null

docs/migrations/postgres/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: en/migrations/postgresql
2+
slug: migrations/postgresql
33
pagination_prev: null
44
pagination_next: null
55
title: PostgreSQL

sidebars.js

Lines changed: 2 additions & 2 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: "/migrations/en/migrations"
1581+
href: "/docs/migrations/migrations"
15821582
},
15831583
{
15841584
type: "link",
@@ -1707,7 +1707,7 @@ const sidebars = {
17071707
type: "link",
17081708
label: "Security and Authentication",
17091709
description: "Secure your ClickHouse deployment",
1710-
href: "/docs/en/security-and-authentication"
1710+
href: "/docs/security-and-authentication"
17111711
},
17121712
{
17131713
type: "link",

0 commit comments

Comments
 (0)