Skip to content

Commit 1614630

Browse files
author
sagi
committed
Fix links under 'Learn' section on homepage
1 parent 847eccd commit 1614630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ const config = {
116116
items: [
117117
{
118118
label: 'Getting Started',
119-
to: 'getting-started/installation',
119+
to: '/docs/getting-started/installation',
120120
},
121121
{
122122
label: 'Guides - Basic',
123-
to: 'guides-basic/tempbasicguide',
123+
to: '/docs/category/guides---basic',
124124
},
125125
{
126126
label: 'Guides - Advanced',
127-
to: 'guides-advanced/tempadvancedguide',
127+
to: '/docs/category/guides---advanced',
128128
},
129129
{
130130
html: `

0 commit comments

Comments
 (0)