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 3b0f959 commit 3dfb7eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 0
---

# Welcome to Nethermind

Welcome to the Nethermind Client documentation! Nethermind is a leading provider of Ethereum solutions for developers
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Nethermind Documentation',
tagline: 'Welcome to Nethermind: Your High-Performance Gateway to the Ethereum Network',
url: 'https://docs.nethermind.io/',
baseUrl: '/',
url: 'https://nethermind.github.io/',
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 3dfb7eb

Please sign in to comment.