Fix broken links

This commit is contained in:
Serafeim Chatzopoulos 2022-09-01 14:54:19 +03:00
parent 60c55c5cbe
commit 1f8141c94f
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
routeBasePath: '/', // serve the docs at the site's route
// routeBasePath: '/', // serve the docs at the site's route
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
@ -89,7 +89,7 @@ const config = {
items: [
{
label: 'Research Graph',
to: '/docs/category/research-graph',
to: '/docs/intro',
},
],
},

View File

@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="intro">
to="docs/intro">
Get started {/*- 5min ⏱️*/}
</Link>
</div>