1
0
mirror of https://github.com/Lissy93/web-check.git synced 2025-08-11 05:43:39 +02:00

Merge pull request from dimitri-kandassamy/fix-footer-github-link

fix: Fix 404 errors for github repository and license urls in the footer
This commit is contained in:
Alicia Sykes
2024-06-30 22:40:14 +01:00
committed by GitHub

@ -1,6 +1,6 @@
--- ---
const repo = 'github.com/lissy93/web-check'; const repo = 'github.com/lissy93/web-check';
const github = `https://github.com/${repo}`; const github = `https://${repo}`;
const licenseText = 'MIT'; const licenseText = 'MIT';
const licenseLink = `${github}/blob/master/LICENSE`; const licenseLink = `${github}/blob/master/LICENSE`;