Skip to content

Commit

Permalink
Update links to include /genaiscript/ in DirectoryLinks.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 16, 2024
1 parent 8e820f5 commit c830bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/DirectoryLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const pages = (
pages.map(({ data, slug }) => (
<LinkCard
title={data.title}
href={"/" + slug}
href={"/genaiscript/" + slug}
description={data.description}
/>
))
Expand Down

0 comments on commit c830bbb

Please sign in to comment.