Skip to content

Commit 401a3f3

Browse files
authored
Merge pull request #2877 from ClickHouse/issue_2428
re-direct for replication
2 parents f13c59a + 9f966d9 commit 401a3f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,10 @@ const config = {
962962
from: '/en/engines/table_engines/integrations/kafka',
963963
to: '/en/engines/table-engines/integrations/kafka',
964964
},
965+
{
966+
from: '/en/table_engines/replication',
967+
to: '/en/architecture/replication'
968+
},
965969
{
966970
from: '/en/integrations/kafka/kafka-connect-http',
967971
to: '/en/integrations/kafka/cloud/confluent/http',

0 commit comments

Comments
 (0)