Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinP122 committed Feb 16, 2024
1 parent c367892 commit 2c418a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const config = {
items: [
{
label: 'Documentation',
to: '/docs/welcome',
to: '/docs',
},
{
label: 'API',
Expand Down
9 changes: 2 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ import clsx from 'clsx';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';
import HomepageFeatures from '@site/src/components/HomepageFeatures';
import HomepageFeatureBlock from '@site/src/components/HomepageFeatureBlock';

import blueA from '@site/static/img/blueA.svg';
import greenA from '@site/static/img/greenA.svg';

import styles from './styles.module.css';
import heroImg from '../../static/img/utopia.jpg';
import heroImg from '@site/static/img/utopia.jpg';

/** HOMEPAGE */

Expand Down Expand Up @@ -51,7 +46,7 @@ export default function Home(): JSX.Element {
<h2>Get Started</h2>
<p>You can start building and using the ABlock tooling by exploring the documentation and API</p>
<div className={styles.blockButton}>
<a className="button button--primary button--lg" href="/docs/welcome">
<a className="button button--primary button--lg" href="/docs">
Developer Documentation
</a>
</div>
Expand Down

0 comments on commit 2c418a0

Please sign in to comment.