Skip to content

Commit

Permalink
fix: fix broken footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Sep 6, 2022
1 parent 8a5e4ed commit 288a494
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ const config = {
items: [
{
label: 'Installation',
to: '/docs/getting-started/installation',
to: '/getting-started/installation',
},
{
label: 'Configuration',
to: '/docs/getting-started/configuring-sqlfmt',
to: '/getting-started/configuring-sqlfmt',
},
{
label: 'dbt',
to: '/docs/integrations/dbt',
to: '/integrations/dbt',
},
{
label: 'Style Guide',
to: '/docs/style',
to: '/style',
},
],
},
Expand Down

0 comments on commit 288a494

Please sign in to comment.