Skip to content

Commit

Permalink
Merge pull request #154 from dimitri-kandassamy/fix-footer-github-link
Browse files Browse the repository at this point in the history
fix: Fix 404 errors for github repository and license urls in the footer
  • Loading branch information
Lissy93 committed Jun 30, 2024
2 parents 67cc4c5 + 7ee81a1 commit 27f7190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scafold/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
const repo = 'github.com/lissy93/web-check';
const github = `https://github.com/${repo}`;
const github = `https://${repo}`;
const licenseText = 'MIT';
const licenseLink = `${github}/blob/master/LICENSE`;
Expand Down

0 comments on commit 27f7190

Please sign in to comment.