Skip to content

Commit

Permalink
fix: 修复链接错误 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszhu2zgf authored Oct 23, 2023
1 parent 7cf57b8 commit 1b4eb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slugs/deps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const columns: TableColumnsType<object> = [
dataIndex: 'package',
render: (pkg: string) => {
return (
<Link href={`/${pkg}`} target="_blank">
<Link href={`/package/${pkg}`} target="_blank">
{pkg}
</Link>
);
Expand Down

0 comments on commit 1b4eb73

Please sign in to comment.