Skip to content

Commit

Permalink
fix: Fix 404 errors for github repository and license urls in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-kandassamy committed Jun 24, 2024
1 parent c63adc6 commit 7ee81a1
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 7ee81a1

Please sign in to comment.