Skip to content

Commit

Permalink
Update homepage quickstart link
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 committed May 20, 2024
1 parent 84de06d commit fd1d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Logo from '@site/static/img/ozone-logo.svg';

export default function Home() {
const {siteConfig} = useDocusaurusContext();
const getStartedHref = `docs/quick-start/installation/docker`
const getStartedHref = `docs/quick-start`
return (
<Layout
title="Home"
Expand Down

0 comments on commit fd1d521

Please sign in to comment.