Skip to content

Commit

Permalink
Fix landing page links
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Mar 1, 2025
1 parent 99cf6c8 commit 15fb41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ import { LinkButton } from '@astrojs/starlight/components';
Get your fingers dirty and explore the demo node with just a few clicks and
a guided tour. Security data has never been easier.

<LinkButton href="/tutorials/quickstart">Quickstart</LinkButton>
<LinkButton href="guides/quickstart">Quickstart</LinkButton>
</Card>
<Card title="New to Tenzir?" icon="add-document">
Learn the basics of pipelines and get familiar with the Tenzir Query
Language (TQL). You'll master security data in no time.

<LinkButton href="/pipelines">Learn about pipelines</LinkButton>
<LinkButton href="explanations/architecture/pipeline">Learn about pipelines</LinkButton>
</Card>
</CardGrid>
<Card title="More questions? Need answers?" icon="discord">
Expand Down

0 comments on commit 15fb41b

Please sign in to comment.