Skip to content

Commit

Permalink
fix(docs): broken link after domain merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeren committed Jul 5, 2023
1 parent 20cfda9 commit a9a931c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,15 @@ const config = {
items:[
{
label: "Installation",
to:"start-here/installation"
to:"/docs/start-here/installation"
},
{
label: "Getting Started",
to: "/"
to: "/docs"
},
{
label: "Concepts",
to: "core-concepts/inflights"
to: "/docs/concepts/inflights"
}
]
},
Expand All @@ -246,11 +246,11 @@ const config = {
items: [
{
label: "Language Specification",
to: "contributing/rfcs/language-spec",
to: "/docs/language-guide/language-reference",
},
{
label: "API Reference",
to: "contributing/rfcs/2023-01-20-wingsdk-spec",
to: "/docs/category/standard-library",
},
],
},
Expand Down

0 comments on commit a9a931c

Please sign in to comment.