Skip to content

Commit 0189915

Browse files
authored
Merge pull request #3166 from noahshpak/patch-1
Fix links to primary key guide
2 parents 3b3a901 + 7d19d41 commit 0189915

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@ const config = {
441441
},
442442
{ from: '/en/analyze', to: '/en/sql-reference' },
443443
{ from: '/en/guides', to: '/en/guides/creating-tables' },
444+
{
445+
from: '/en/optimize/sparse-primary-indexes',
446+
to: '/en/guides/best-practices/sparse-primary-indexes',
447+
},
444448
{
445449
from: '/en/guides/improving-query-performance/sparse-primary-indexes',
446450
to: '/en/guides/best-practices/sparse-primary-indexes',

0 commit comments

Comments
 (0)