mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-25 01:33:20 +01:00
Merge pull request #154 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:
commit
27f719078a
@ -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`;
|
||||||
|
Loading…
Reference in New Issue
Block a user