Skip to content

Commit

Permalink
fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Oct 23, 2023
1 parent 387df9a commit 68799a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/generate-readme/src/render-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const renderRootReadme = async ({ packages, rootPkgJson, coverage }: Repo
packages
.map((pkg) =>
[
`<h3><a href="packages/${packageType}/${pkg.subdir}">${pkg.pkgJson.name}</a></h3>`,
`<h3><a href="packages/${packageType}s/${pkg.subdir}">${pkg.pkgJson.name}</a></h3>`,
renderBadges(pkg),
pkg.pkgJson.description,
].join('\n\n'),
Expand Down

0 comments on commit 68799a8

Please sign in to comment.