Skip to content

Commit 5c89fac

Browse files
author
m.antonovich
committed
[astro] correct link 2
1 parent 8aa4bbc commit 5c89fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InstrumentThumbnail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function InstrumentThumbnail({
1212
}: InstrumentThumbnailProps) {
1313
return (
1414
<div className="p-4">
15-
<a href={`/python-instruments-library/${path}/`}>
15+
<a href={`/python-instruments-library/instruments-database/${path}/`}>
1616
<img
1717
className="mr-3 !h-52 w-48 object-scale-down"
1818
alt={label}

0 commit comments

Comments
 (0)