mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-06 21:16:40 +02:00
fix: Fix 404 errors for github repository and license urls in the footer
This commit is contained in:
parent
c63adc6678
commit
7ee81a14e7
@ -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…
x
Reference in New Issue
Block a user