Skip to content

Commit

Permalink
[fix] update Url
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Aug 15, 2023
1 parent 7881bbb commit fbc189a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
title: 'Nethermind Documentation',
tagline: 'Welcome to Nethermind: Your High-Performance Gateway to the Ethereum Network',
url: 'https://nethermind.github.io/',
baseUrl: '/',
baseUrl: '/docs',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs">
to="/docs/docs">
Documentation 📜
</Link>
</div>
Expand Down

0 comments on commit fbc189a

Please sign in to comment.