We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978f774 commit 04ff9caCopy full SHA for 04ff9ca
1 file changed
src/pages/projects/[slug].astro
@@ -268,7 +268,7 @@ const otherProjects = siteConfig.projects
268
{project.license ? (
269
<>
270
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.
+ See the <a href={`${project.repoUrl}/blob/main/LICENSE`} target="_blank" rel="noopener noreferrer" class="link">LICENSE</a> file for details.
272
</>
273
) : (
274
0 commit comments