Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Jul 28, 2024
1 parent 245744f commit a48d489
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config: Config = {
items: [
{
label: "Tutorial",
to: "/intro",
to: "/getting-started",
},
],
},
Expand All @@ -93,10 +93,6 @@ const config: Config = {
{
title: "More",
items: [
{
label: "Blog",
to: "/blog",
},
{
label: "GitHub",
href: "https://github.com/facebook/docusaurus",
Expand Down

0 comments on commit a48d489

Please sign in to comment.