Skip to content

Commit 1495432

Browse files
author
ramon.valles
committed
fix: update LICENSE link to use correct repository path
1 parent 102881d commit 1495432

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const footerLinks = {
2121
resources: [
2222
{ label: 'About', href: '/about' },
2323
{ label: 'Contributing', href: '/about#contributing' },
24-
{ label: 'License', href: `${siteConfig.orgUrl}/.github/blob/main/LICENSE` },
24+
{ label: 'License', href: `${siteConfig.orgUrl}/siderust/blob/main/LICENSE` },
2525
...(siteConfig.sponsorship?.enabled ? [{ label: 'Sponsor', href: '/sponsor' }] : []),
2626
],
2727
};

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}/blob/main/LICENSE`} target="_blank" rel="noopener noreferrer" class="link">LICENSE</a> file for details.
271+
See the <a href={`${project.repoUrl}/siderust/blob/main/LICENSE`} target="_blank" rel="noopener noreferrer" class="link">LICENSE</a> file for details.
272272
</>
273273
) : (
274274
<>

0 commit comments

Comments
 (0)