Skip to content

Commit

Permalink
fix(*): packages table in templates link to folder not just readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elcoosp committed Nov 26, 2024
1 parent 21a9538 commit 36d2405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ${
].concat(
root.members.map((
{ pkgName, path },
) => [`[${pkgName}](${path}/README.md)`]),
) => [`[${pkgName}](${path})`]),
))
}
Expand Down

0 comments on commit 36d2405

Please sign in to comment.