File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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};
Original file line number Diff line number Diff 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 <>
You can’t perform that action at this time.
0 commit comments