Skip to content

Commit 576f902

Browse files
Fixed broken quick-start guide link in the footer (#199)
Replaced broken link for quick-start guide with the correct one in the footer.
1 parent f6c5834 commit 576f902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const config = {
228228
items: [
229229
{
230230
label: 'Get Started',
231-
to: 'docs/getting-started/quick-start-guide'
231+
to: 'docs/getting-started/quick-start'
232232
},
233233
{
234234
label: 'Guides',

0 commit comments

Comments
 (0)