Skip to content

Commit 04ff9ca

Browse files
author
vpramon
committed
fix: update LICENSE link in project detail page to use correct path
1 parent 978f774 commit 04ff9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/projects/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const otherProjects = siteConfig.projects
268268
{project.license ? (
269269
<>
270270
This project is licensed under the <strong>{project.license}</strong> license.
271-
See the <a href={`${project.repoUrl}/siderust/blob/main/LICENSE`} target="_blank" rel="noopener noreferrer" class="link">LICENSE</a> file for details.
271+
See the <a href={`${project.repoUrl}/blob/main/LICENSE`} target="_blank" rel="noopener noreferrer" class="link">LICENSE</a> file for details.
272272
</>
273273
) : (
274274
<>

0 commit comments

Comments
 (0)