Skip to content

Commit 343bbac

Browse files
fix: correct FAQ link in the footer
The FAQ link was incorrect/missing, causing navigation issues. This commit updates the link to the correct destination. Signed-off-by: Desh Deepak Kant <deshdeepakkant@gmail.com> Signed-off-by: DeshDeepakKant <deshdeepakkant@gmail.com>
1 parent 4a3ea64 commit 343bbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const resources = [
2929
},
3030
{
3131
label: 'FAQ',
32-
href: 'https://docs.litmuschaos.io/docs/faq-general/'
32+
href: 'https://docs.litmuschaos.io/docs/faq/'
3333
},
3434
{
3535
label: 'Issues',

0 commit comments

Comments
 (0)