Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/tutorials/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ section: Tutorials
<ContentCard
title="Quick start"
description="Quickly get up and running with Knock."
href="/getting-started/quick-start"
href="/getting-started/quick-start/general"
icon={"Rabbit"}
/>
</ResponsiveThreeColumn>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Home() {
<ContentCard
title="Quick start"
description="Integrate Knock with your backend web app and send your first notification."
href="/getting-started/quick-start"
href="/getting-started/quick-start/general"
icon={Rabbit}
/>
<ContentCard
Expand Down