Skip to content

Commit

Permalink
fix static links
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgenius committed Jan 11, 2025
1 parent 52a60d3 commit 65c68a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,19 @@ const config: Config = {
items: [
{
label: 'Getting Started',
to: '/getting-started',
to: '/docs/getting-started',
},
{
label: 'API',
to: '/api',
to: '/docs/api',
},
{
label: 'CLI',
to: '/cli',
to: '/docs/cli',
},
{
label: 'SDKs',
to: '/sdks',
to: '/docs/sdks',
},
],
},
Expand Down Expand Up @@ -248,15 +248,15 @@ const config: Config = {
redirects: [
{
from: '/federated-queries',
to: '/features/federated-queries',
to: '/docs/features/federated-queries',
},
{
from: '/data-ingestion',
to: '/features/data-ingestion',
to: '/docs/features/data-ingestion',
},
{
from: '/data-acceleration',
to: '/features/data-acceleration',
to: '/docs/features/data-acceleration',
},
],
},
Expand Down

0 comments on commit 65c68a2

Please sign in to comment.