Skip to content

Commit a406da6

Browse files
fix: footer links (#91)
1 parent baad160 commit a406da6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,27 +131,27 @@ const config = {
131131
items: [
132132
{
133133
label: 'Overview',
134-
to: '/docs/overview/Introduction',
134+
to: '/overview',
135135
},
136136
{
137137
label: 'Library configuration',
138-
to: '/docs/flamingock-library-config/introduction',
138+
to: '/flamingock-library-config/introduction',
139139
},
140140
{
141141
label: 'Target Systems',
142-
to: '/docs/target-systems/introduction',
142+
to: '/target-systems/introduction',
143143
},
144144
{
145145
label: 'Audit Stores',
146-
to: '/docs/audit-stores/introduction',
146+
to: '/audit-stores/introduction',
147147
},
148148
{
149149
label: 'Recovery and Safety',
150-
to: '/docs/safety-and-recovery/recovery-strategies',
150+
to: '/safety-and-recovery/recovery-strategies',
151151
},
152152
{
153153
label: 'Resources',
154-
to: '/docs/resources/faq',
154+
to: '/resources/faq',
155155
},
156156
],
157157
},

0 commit comments

Comments
 (0)