Skip to content

Commit

Permalink
update 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
C00ldudeNoonan committed Dec 30, 2024
1 parent 5db379b commit 6974fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs-beta/src/theme/NotFound/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function NotFoundContent({className}: Props): JSX.Element {
<div className="not-found-links card">
<Link href="/">Welcome to Dagster</Link>
<Link href="/getting-started/quickstart">Build your first Dagster project</Link>
<Link href="/tutorial/tutorial-etl">Build your first ETL pipeline</Link>
<Link href="/tutorial/etl-tutorial-introduction">Build your first ETL pipeline</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 6974fcb

Please sign in to comment.