Skip to content

Commit

Permalink
Fix broken link after restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed May 10, 2024
1 parent 318d1ab commit b5a0b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const config = {
position: "left",
},
{
to: "/docs/quick-start-guide",
to: "/docs/openpaygo-token/setting_up_openpaygo",
label: "Get Started",
position: "left",
},
Expand Down Expand Up @@ -144,7 +144,7 @@ const config = {
items: [
{
label: "Get Started 🚀",
to: "/docs/quick-start-guide",
to: "/docs/openpaygo-token/setting_up_openpaygo",
},
{
label: "Read the documentation 📄",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function HomepageHeader() {
</Link>
<Link
className="button button--secondary button--lg"
to="/docs/quick-start-guide"
to="/docs/openpaygo-token/setting_up_openpaygo"
>
Get Started 🚀
</Link>
Expand Down

0 comments on commit b5a0b4e

Please sign in to comment.